Searched refs:Last_Completion_Buffer (Results 1 – 2 of 2) sorted by relevance
886 static char *Last_Completion_Buffer; variable894 if (Last_Completion_Buffer != NULL) in exit_minibuffer()898 switch_to_buffer_cmd (Last_Completion_Buffer); in exit_minibuffer()906 Last_Completion_Buffer = NULL; in exit_minibuffer()1855 if ((n > 1) && (last_key_char == '\t') && (Last_Completion_Buffer == NULL)) in mini_complete()1858 Last_Completion_Buffer = pop_to_buffer (Completion_Buffer); in mini_complete()
719 static char *Last_Completion_Buffer; variable727 if (Last_Completion_Buffer != NULL) in exit_minibuffer()731 switch_to_buffer_cmd (Last_Completion_Buffer); in exit_minibuffer()739 Last_Completion_Buffer = NULL; in exit_minibuffer()1747 if ((n > 1) && (last_key_char == '\t') && (Last_Completion_Buffer == NULL)) in mini_complete()1750 Last_Completion_Buffer = pop_to_buffer (Completion_Buffer); in mini_complete()