diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 4 | ||||
-rw-r--r-- | src/lisp.mk | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c9d10c50717..2c8d7eb6efb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-06-27 Glenn Morris <rgm@gnu.org> + + * lisp.mk (lisp): Remove paths.elc. + 2012-06-27 Chong Yidong <cyd@gnu.org> * doc.c (Fsubstitute_command_keys): Fix punctuation. diff --git a/src/lisp.mk b/src/lisp.mk index c9966c6506c..162d8819917 100644 --- a/src/lisp.mk +++ b/src/lisp.mk @@ -121,7 +121,6 @@ lisp = \ $(lispsource)/isearch.elc \ $(lispsource)/rfn-eshadow.elc \ $(lispsource)/menu-bar.elc \ - $(lispsource)/paths.elc \ $(lispsource)/emacs-lisp/lisp.elc \ $(lispsource)/textmodes/page.elc \ $(lispsource)/register.elc \ |