1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

*** empty log message ***

This commit is contained in:
Andrew Innes 2000-09-17 21:00:54 +00:00
parent 9e6fd35da9
commit 5eedab4dbc
3 changed files with 27 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2000-09-16 Andrew Innes <andrewi@gnu.org>
* makefile.nt ($(TIT)): Set EMACSLOADPATH when running emacs.
(leim-list.el): Ditto.
* makefile.w32-in ($(TIT)): Set EMACSLOADPATH when running emacs.
(leim-list.el): Ditto.
2000-09-15 Andrew Innes <andrewi@gnu.org>
* makefile.w32-in (clean mostlyclean): Ignore errors when removing

View File

@ -1,3 +1,11 @@
2000-09-16 Andrew Innes <andrewi@gnu.org>
* makefile.nt (compile-files): No need to make .elc files
read-only, since they aren't under VC now.
* makefile.w32-in (compile-files-CMD): No need to make .elc files
read-only, since they aren't under VC now.
2000-09-17 Dave Love <fx@gnu.org>
* tmm.el: Replace mapcar with mapc in several places.

View File

@ -1,3 +1,14 @@
2000-09-17 Andrew Innes <andrewi@gnu.org>
* gmake.defs: Revert to Unix line endings.
* nmake.defs: Revert to Unix line endings.
2000-09-16 Andrew Innes <andrewi@gnu.org>
* gmake.defs (SETLOADPATH): Change definition to work from any
subdirectory.
2000-09-14 Andrew Innes <andrewi@gnu.org>
* makefile.w32-in: Revert to Unix line endings.