diff options
Diffstat (limited to 'lisp')
-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 b72259528e6..62282be696f 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -307,7 +307,7 @@ where NAME is the name that should be used in `completion-styles', TRY-COMPLETION is the function that does the completion, and ALL-COMPLETIONS is the function that lists the completions.") -(defcustom completion-styles '(basic partial-completion) +(defcustom completion-styles '(basic partial-completion emacs22) "List of completion styles to use." :type `(repeat (choice ,@(mapcar (lambda (x) (list 'const (car x))) completion-styles-alist))) |