aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/makefile.nt6
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bd9efe43f9d..adceba865e9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * makefile.nt (install): Copy more *.el files.
4
12001-08-28 Gerd Moellmann <gerd@gnu.org> 52001-08-28 Gerd Moellmann <gerd@gnu.org>
2 6
3 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type 7 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
diff --git a/lisp/makefile.nt b/lisp/makefile.nt
index 893e4999791..84e24903746 100644
--- a/lisp/makefile.nt
+++ b/lisp/makefile.nt
@@ -225,7 +225,13 @@ install:
225!else 225!else
226 if not exist .\same-dir.tst $(CP_DIR) *.elc $(INSTALL_DIR)\lisp 226 if not exist .\same-dir.tst $(CP_DIR) *.elc $(INSTALL_DIR)\lisp
227 if not exist .\same-dir.tst $(CP) cus-load.el $(INSTALL_DIR)\lisp 227 if not exist .\same-dir.tst $(CP) cus-load.el $(INSTALL_DIR)\lisp
228 if not exist .\same-dir.tst $(CP) cus-start.el $(INSTALL_DIR)\lisp
229 if not exist .\same-dir.tst $(CP) emacs-lisp\cl-specs.el $(INSTALL_DIR)\lisp\emacs-lisp
230 if not exist .\same-dir.tst $(CP) eshell\esh-maint.el $(INSTALL_DIR)\lisp\eshell
231 if not exist .\same-dir.tst $(CP) eshell\esh-groups.el $(INSTALL_DIR)\lisp\eshell
232 if not exist .\same-dir.tst $(CP) finder-inf.el $(INSTALL_DIR)\lisp
228 if not exist .\same-dir.tst $(CP) forms*.el $(INSTALL_DIR)\lisp 233 if not exist .\same-dir.tst $(CP) forms*.el $(INSTALL_DIR)\lisp
234 if not exist .\same-dir.tst $(CP) generic-x.el $(INSTALL_DIR)\lisp
229 if not exist .\same-dir.tst $(CP) patcomp.el $(INSTALL_DIR)\lisp 235 if not exist .\same-dir.tst $(CP) patcomp.el $(INSTALL_DIR)\lisp
230 if not exist .\same-dir.tst $(CP) subdirs.el $(INSTALL_DIR)\lisp 236 if not exist .\same-dir.tst $(CP) subdirs.el $(INSTALL_DIR)\lisp
231 if not exist .\same-dir.tst $(CP) version.el $(INSTALL_DIR)\lisp 237 if not exist .\same-dir.tst $(CP) version.el $(INSTALL_DIR)\lisp