# HG changeset patch # User Luc Teirlinck # Date 1116096084 0 # Node ID 4d9ae2668530d5af88e6360423b04043803266fe # Parent 8d37ba4764caf6833e44dc8f664154f931f3c63d *** empty log message *** diff -r 8d37ba4764ca -r 4d9ae2668530 lisp/ChangeLog --- a/lisp/ChangeLog Sat May 14 18:32:45 2005 +0000 +++ b/lisp/ChangeLog Sat May 14 18:41:24 2005 +0000 @@ -1,3 +1,14 @@ +2005-05-14 Luc Teirlinck + + * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp + manual to docstring. + + * files.el (hack-local-variables-confirm): Add STRING argument. + Make the function handle non file visiting buffers correctly. + (hack-local-variables-prop-line, hack-local-variables) + (hack-one-local-variable): Use STRING arg of + `hack-local-variables-confirm'. + 2005-05-14 Michael Albinus Sync with Tramp 2.0.49. @@ -232,6 +243,9 @@ * cus-edit.el (custom-file): Call file-chase-links. * files.el (read-directory-name): Fix previous change. + (hack-local-variables-confirm): New function. + (hack-local-variables-prop-line, hack-local-variables) + (hack-one-local-variable): Use it. 2005-05-10 Lute Kamstra