diff options
author | Glenn Morris <rgm@gnu.org> | 2012-06-27 00:47:56 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-06-27 00:47:56 -0700 |
commit | 1ba6038a1d5ef4ab2525690c825c807576ed98a5 (patch) | |
tree | 370aedcc8dae2fb954310b60e0d287cf55b35a68 /src | |
parent | 0ea0e51b33cc3a1b0bebc7c8e21263d00245b702 (diff) | |
download | emacs-1ba6038a1d5ef4ab2525690c825c807576ed98a5.tar.gz |
Remove paths.el
* lisp/info.el (Info-default-directory-list): Move here from paths.el.
* lisp/paths.el: Remove file, which is now empty.
* lisp/loadup.el: No longer load "paths".
* src/lisp.mk (lisp): Remove paths.elc.
* lib-src/makefile.w32-in (lisp2): Remove paths.el.
* INSTALL: Remove references to paths.el.
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 \ |