]> git.eshelyaron.com Git - emacs.git/commit
Allow ignoring local variable values permanently
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 18 Jul 2021 15:18:17 +0000 (17:18 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 18 Jul 2021 15:18:22 +0000 (17:18 +0200)
commitda200ab0491abe17cd98ad6363c1de4dbd704c0e
tree6c1f910d92a6ec4da02a6d3aa722230b7eeb1be2
parent7075ebbf5b67e58d8270c0e3673133ac0586f8b5
Allow ignoring local variable values permanently

* doc/lispref/variables.texi (File Local Variables): Document it.

* lisp/files.el (ignored-local-variable-values): New user option
(bug#5003).
(hack-local-variables-confirm): Allow ignoring permanently.
(hack-local-variables-filter): Ignore the permanently ignored
variables.
doc/lispref/variables.texi
etc/NEWS
lisp/files.el