diff options
author | Juri Linkov <juri@jurta.org> | 2009-08-12 20:31:25 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2009-08-12 20:31:25 +0000 |
commit | 777488480f77d81287a8687a318414ea7209769f (patch) | |
tree | f8fcb8491104d66dbd813c345598188fcedd0844 /lisp | |
parent | 0d1b48e9ff0dbb51be0f875130f63239ab86f228 (diff) | |
download | emacs-777488480f77d81287a8687a318414ea7209769f.tar.gz |
(ELCFILES): Add files-x.elc.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 9 | ||||
-rw-r--r-- | lisp/Makefile.in | 1 |
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 \ |