aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2009-03-15 14:29:12 +0000
committerChong Yidong <[email protected]>2009-03-15 14:29:12 +0000
commit68b113f645c49dd7abd529ae08e0c68018018491 (patch)
tree28533209cfdf58abb31d33a2e7cbe4a30c62a387 /lisp
parent80495f241c3052e50890e77ad3160f85453b32e3 (diff)
(completion-styles): Add emacs22 completion style as fallback.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/minibuffer.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index b72259528e..62282be696 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)))