mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
Complete to "nil" in directory local variables skeleton
* lisp/autoinsert.el (auto-insert-alist): Make "nil" a completion candidate for the directory local variables skeleton. The "nil" value means "any mode" in the context of directory local variable files.
This commit is contained in:
parent
bc2e9210bf
commit
fcd6403d8e
@ -171,7 +171,7 @@ If this contains a %s, that will be replaced by the matching rule."
|
||||
";;; Directory Local Variables -*- no-byte-compile: t; -*-\n"
|
||||
";;; For more information see (info \"(emacs) Directory Variables\")\n\n"
|
||||
"(("
|
||||
'(setq v1 (let (modes)
|
||||
'(setq v1 (let ((modes '("nil")))
|
||||
(mapatoms (lambda (mode)
|
||||
(let ((name (symbol-name mode)))
|
||||
(when (string-match "-mode\\'" name)
|
||||
|
Loading…
Reference in New Issue
Block a user