From: Chong Yidong Date: Tue, 5 Aug 2008 20:46:27 +0000 (+0000) Subject: * files.el (hack-one-local-variable-eval-safep): Handle X-Git-Tag: emacs-pretest-23.0.90~3640 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=910ff80b55057dceef65c430cad4ae2b0593bbfa;p=emacs.git * files.el (hack-one-local-variable-eval-safep): Handle lisp-indent-function and scheme-indent-function in addition to the deprecated lisp-indent-hook. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3af0ce170bd..40f8fc3f6ee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2008-08-05 Alex Shinn (tiny change) + + * files.el (hack-one-local-variable-eval-safep): Handle + lisp-indent-function and scheme-indent-function in addition to the + deprecated lisp-indent-hook. + 2008-08-05 Michael Albinus * net/xesam.el (top): Require `wid-edit' always.