aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/autoinsert.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/autoinsert.el')
-rw-r--r--lisp/autoinsert.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el
index f044ec83c9c..15fc9ecd469 100644
--- a/lisp/autoinsert.el
+++ b/lisp/autoinsert.el
@@ -177,7 +177,7 @@ If this contains a %s, that will be replaced by the matching rule."
177 (when (string-match "-mode\\'" name) 177 (when (string-match "-mode\\'" name)
178 (push name modes))))) 178 (push name modes)))))
179 (sort modes 'string<))) 179 (sort modes 'string<)))
180 (completing-read "Local variables for mode: " v1 nil t) 180 (completing-read "Local variables for mode: " v1 nil 'confirm)
181 " . ((" 181 " . (("
182 (let ((all-variables 182 (let ((all-variables
183 (apropos-internal ".*" 183 (apropos-internal ".*"