diff options
| author | Glenn Morris | 2012-06-27 00:47:56 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-06-27 00:47:56 -0700 |
| commit | 1ba6038a1d5ef4ab2525690c825c807576ed98a5 (patch) | |
| tree | 370aedcc8dae2fb954310b60e0d287cf55b35a68 /lib-src | |
| parent | 0ea0e51b33cc3a1b0bebc7c8e21263d00245b702 (diff) | |
| download | emacs-1ba6038a1d5ef4ab2525690c825c807576ed98a5.tar.gz emacs-1ba6038a1d5ef4ab2525690c825c807576ed98a5.zip | |
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 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 3b4465df607..5659c258011 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-06-27 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (lisp2): Remove paths.el. | ||
| 4 | |||
| 1 | 2012-06-26 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2012-06-26 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Clean out last vestiges of the old HAVE_CONFIG_H stuff. | 7 | Clean out last vestiges of the old HAVE_CONFIG_H stuff. |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index f1f42bccb68..87acc85c27b 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -236,7 +236,6 @@ lisp2 = \ | |||
| 236 | $(lispsource)language/georgian.el \ | 236 | $(lispsource)language/georgian.el \ |
| 237 | $(lispsource)language/khmer.el \ | 237 | $(lispsource)language/khmer.el \ |
| 238 | $(lispsource)language/burmese.el \ | 238 | $(lispsource)language/burmese.el \ |
| 239 | $(lispsource)paths.el \ | ||
| 240 | $(lispsource)register.elc \ | 239 | $(lispsource)register.elc \ |
| 241 | $(lispsource)replace.elc \ | 240 | $(lispsource)replace.elc \ |
| 242 | $(lispsource)simple.elc \ | 241 | $(lispsource)simple.elc \ |