summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lisp/Makefile.in1
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 874a4135957..3f48e503f3d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
+2009-08-12 Juri Linkov <juri@jurta.org>
+
+ * files-x.el: New file.
+
+ * files.el: Move code that deals with adding/deleting
+ file/directory-local variables to files-x.el.
+
+ * Makefile.in (ELCFILES): Add files-x.elc.
+
2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
* progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index d0848eba278..a577b8042ea 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -500,6 +500,7 @@ ELCFILES = \
$(lisp)/ffap.elc \
$(lisp)/filecache.elc \
$(lisp)/files.elc \
+ $(lisp)/files-x.elc \
$(lisp)/filesets.elc \
$(lisp)/find-cmd.elc \
$(lisp)/find-dired.elc \