# HG changeset patch # User Juri Linkov # Date 1249429926 0 # Node ID 45dc440d131ab9aeecf58b31b866f1d3a7c7d15e # Parent 0363cd200d547363877a6479e77ce24d1b503635 *** empty log message *** diff -r 0363cd200d54 -r 45dc440d131a lisp/ChangeLog --- a/lisp/ChangeLog Tue Aug 04 23:51:58 2009 +0000 +++ b/lisp/ChangeLog Tue Aug 04 23:52:06 2009 +0000 @@ -1,3 +1,16 @@ +2009-08-04 Juri Linkov + + * files.el: Commands to add/delete file/directory-local variables. + (read-file-local-variable, read-file-local-variable-value) + (read-file-local-variable-mode, modify-file-local-variable) + (modify-file-local-variable-prop-line) + (modify-dir-local-variable): New functions. + (add-file-local-variable, delete-file-local-variable) + (add-file-local-variable-prop-line, delete-file-local-variable-prop-line) + (add-dir-local-variable, delete-dir-local-variable) + (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals) + (copy-dir-locals-to-file-locals-prop-line): New commands. + 2009-08-04 Chong Yidong * abbrev.el (insert-abbrev-table-description): Prettify output.