]> git.eshelyaron.com Git - emacs.git/commitdiff
(completion-styles): Add emacs22 completion style as fallback.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 15 Mar 2009 14:29:12 +0000 (14:29 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 15 Mar 2009 14:29:12 +0000 (14:29 +0000)
lisp/minibuffer.el

index b72259528e6630c7ab9b0e9d2c91c4fc410022bc..62282be696ffd403c3689bb1f873452c5ec1d6b1 100644 (file)
@@ -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)))