From 777488480f77d81287a8687a318414ea7209769f Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 12 Aug 2009 20:31:25 +0000 Subject: [PATCH] (ELCFILES): Add files-x.elc. --- lisp/ChangeLog | 9 +++++++++ lisp/Makefile.in | 1 + 2 files changed, 10 insertions(+) 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 + + * 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 * 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 \ -- 2.39.5