* 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.
(cherry picked from commit
fcd6403d8ebf7ce6e61ba17971d4fdaaaaecf06c)
";;; 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)