From 68b113f645c49dd7abd529ae08e0c68018018491 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 15 Mar 2009 14:29:12 +0000 Subject: [PATCH] (completion-styles): Add emacs22 completion style as fallback. --- lisp/minibuffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.5