projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d1b48e
)
(ELCFILES): Add files-x.elc.
author
Juri Linkov
<juri@jurta.org>
Wed, 12 Aug 2009 20:31:25 +0000
(20:31 +0000)
committer
Juri Linkov
<juri@jurta.org>
Wed, 12 Aug 2009 20:31:25 +0000
(20:31 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/Makefile.in
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 874a413595780958d3e022f21ce4e5022cc31d13..3f48e503f3db71668be8a002f3827ee6ede14f33 100644
(file)
--- 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 d0848eba2789649ebbbcc8b604520751f3966875..a577b8042ea21155f40512c25a595a0fcdb655e3 100644
(file)
--- 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 \