1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-27 09:11:48 -07:00
This commit is contained in:
Richard M. Stallman 1992-10-09 05:29:15 +00:00
parent f2da0c6813
commit 5792c834cd

View file

@ -610,8 +610,7 @@ If enable-local-variables is nil, this function will not check for a
(if mode (funcall mode))))
(defun hack-local-variables ()
"Parse (and bind or evaluate as appropriate) any local variables
for current buffer."
"Parse and put into effect this buffer's local variables spec."
;; Look for "Local variables:" line in last page.
(save-excursion
(goto-char (point-max))