mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Allow several mode: elements in the local variable section
* etc/NEWS (mode): Fall back on outline-mode in older Emacsen. * lisp/files.el (hack-local-variables--find-variables): Use the final mode: line (which is the same as having several mode: bits in the header line.
This commit is contained in:
parent
71005decb4
commit
35592141cc
4 changed files with 17 additions and 4 deletions
5
test/lisp/files-resources/file-mode-multiple
Normal file
5
test/lisp/files-resources/file-mode-multiple
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Local variables:
|
||||
mode: text
|
||||
mode: test-mode-undef
|
||||
mode: outline
|
||||
end:
|
||||
Loading…
Add table
Add a link
Reference in a new issue