]> code.delx.au - gnu-emacs/commit
Correct hack-local-variables change from Thu May 5 11:05:49 2016 +0000
authorAlan Mackenzie <acm@muc.de>
Fri, 6 May 2016 18:58:49 +0000 (18:58 +0000)
committerAlan Mackenzie <acm@muc.de>
Fri, 6 May 2016 18:58:49 +0000 (18:58 +0000)
commit26171e02773b9b2383f412dd79d241385d2d20df
treeef3a323014b2477b6a3f309bfcf548e90c8d20be
parent81204b276f849b577a0ccd0b6175353dfa9e2a07
Correct hack-local-variables change from Thu May 5 11:05:49 2016 +0000

Prevent hack-local-variables being called from the fundamental-mode mode call
early in normal-mode.  This fixes bug #23460 and bug #23463.

* lisp/files.el (normal-mode) Replace call to fundamental-mode with calls to
the things it calls, with the exception of hack-local-variables.

* etc/NEWS: Add an entry to note the calling of hack-local-variables at each
major mode initialization.
etc/NEWS
lisp/files.el