diff options
Diffstat (limited to 'lisp/files-x.el')
-rw-r--r-- | lisp/files-x.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/files-x.el b/lisp/files-x.el index f6d5d6cc272..0131d495f27 100644 --- a/lisp/files-x.el +++ b/lisp/files-x.el @@ -489,6 +489,8 @@ from the MODE alist ignoring the input argument VALUE." dir-locals-directory-cache)) ;; Insert modified alist of directory-local variables. + ;; When changing this, also update the ".dir-locals.el" file for + ;; Emacs itself, as well as the template in autoinsert.el. (insert ";;; Directory Local Variables -*- no-byte-compile: t -*-\n") (insert ";;; For more information see (info \"(emacs) Directory Variables\")\n\n") (princ (dir-locals-to-string |