emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/etc NEWS


From: Juri Linkov
Subject: [Emacs-diffs] emacs/etc NEWS
Date: Tue, 04 Aug 2009 23:51:33 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     09/08/04 23:51:33

Modified files:
        etc            : NEWS 

Log message:
        Commands to add/delete file/directory-local variables.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/etc/NEWS?cvsroot=emacs&r1=1.2055&r2=1.2056

Patches:
Index: NEWS
===================================================================
RCS file: /sources/emacs/emacs/etc/NEWS,v
retrieving revision 1.2055
retrieving revision 1.2056
diff -u -b -r1.2055 -r1.2056
--- NEWS        2 Aug 2009 17:36:14 -0000       1.2055
+++ NEWS        4 Aug 2009 23:51:32 -0000       1.2056
@@ -71,6 +71,20 @@
 to be corrupted once the outer load completed.  Most code doesn't care
 about this, but some (like c-mode) may check it.
 
+** New command to add a file-local variable to the "Local Variables" list
+in the current buffer is `add-file-local-variable'.  New command to remove
+a file-local variable from the "Local Variables" list is
+`delete-file-local-variable'.  New commands to add/remove a file-local
+variable to/from the -*- line at the beginning of the buffer are
+`add-file-local-variable-prop-line' and `delete-file-local-variable-prop-line'.
+New commands to add/remove a directory-local variable to/from the
+.dir-locals.el file are `add-dir-local-variable' and
+`delete-dir-local-variable'.  New commands to copy directory-local
+variables to file-local variables in the "Local Variables" list or the
+-*- line and vice versa are `copy-dir-locals-to-file-locals',
+`copy-dir-locals-to-file-locals-prop-line' and
+`copy-file-locals-to-dir-locals'.
+
 
 * Editing Changes in Emacs 23.2
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]