aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/autoinsert.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el
index 15fc9ecd469..6b7dcad3899 100644
--- a/lisp/autoinsert.el
+++ b/lisp/autoinsert.el
@@ -171,7 +171,7 @@ If this contains a %s, that will be replaced by the matching rule."
171 ";;; Directory Local Variables -*- no-byte-compile: t; -*-\n" 171 ";;; Directory Local Variables -*- no-byte-compile: t; -*-\n"
172 ";;; For more information see (info \"(emacs) Directory Variables\")\n\n" 172 ";;; For more information see (info \"(emacs) Directory Variables\")\n\n"
173 "((" 173 "(("
174 '(setq v1 (let (modes) 174 '(setq v1 (let ((modes '("nil")))
175 (mapatoms (lambda (mode) 175 (mapatoms (lambda (mode)
176 (let ((name (symbol-name mode))) 176 (let ((name (symbol-name mode)))
177 (when (string-match "-mode\\'" name) 177 (when (string-match "-mode\\'" name)