changeset 102579:cd3a023e2625

(completion-styles): Add emacs22 completion style as fallback.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 15 Mar 2009 14:29:12 +0000
parents b8583acd9747
children 7f288264c727
files lisp/minibuffer.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/minibuffer.el	Sun Mar 15 14:28:52 2009 +0000
+++ b/lisp/minibuffer.el	Sun Mar 15 14:29:12 2009 +0000
@@ -307,7 +307,7 @@
 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)))