diff options
| -rw-r--r-- | lisp/minibuffer.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index aab35a2814b..c52af234616 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el | |||
| @@ -543,7 +543,7 @@ Repeated uses step through the possible completions." | |||
| 543 | (setq completion-all-sorted-completions (cdr all))))) | 543 | (setq completion-all-sorted-completions (cdr all))))) |
| 544 | 544 | ||
| 545 | (defvar minibuffer-confirm-exit-commands | 545 | (defvar minibuffer-confirm-exit-commands |
| 546 | '(minibuffer-complete minibuffer-complete-word) | 546 | '(minibuffer-complete minibuffer-complete-word PC-complete PC-complete-word) |
| 547 | "A list of commands which cause an immediately following | 547 | "A list of commands which cause an immediately following |
| 548 | `minibuffer-complete-and-exit' to ask for extra confirmation.") | 548 | `minibuffer-complete-and-exit' to ask for extra confirmation.") |
| 549 | 549 | ||