]> code.delx.au - gnu-emacs/commitdiff
(DONTCOMPILE): Fix typo.
authorAndrew Innes <andrewi@gnu.org>
Thu, 14 Sep 2000 21:19:58 +0000 (21:19 +0000)
committerAndrew Innes <andrewi@gnu.org>
Thu, 14 Sep 2000 21:19:58 +0000 (21:19 +0000)
lisp/ChangeLog
lisp/makefile.nt

index c0d3b6830cc82877799956ee4a6e6973760482b6..93efccfa1f0a89b95e379e4910108a8cf08627b4 100644 (file)
@@ -1,3 +1,15 @@
+2000-09-14  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.nt (DONTCOMPILE): Fix typo.
+
+       * shell.el (shell-write-history-on-exit): New function.
+       (shell-dumb-shell-regexp): New custom variable.
+       (shell-mode): Make shell-write-history-on-exit the process
+       sentinel if shell name matches shell-dumb-shell-regexp.
+
+       * w32-fns.el: Comment out before-init-hook function which resets
+       source-directory based; this breaks bootstrap.
+
 2000-09-14  Dave Love  <fx@gnu.org>
 
        * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
index 90af77f4593ebc2b658c8511c987b6a4df7c137b..696b8c96294d1de5fc5e98ae2d9e3a22011e978a 100644 (file)
@@ -51,7 +51,7 @@ DONTCOMPILE = \
        $(lisp)/cus-start.el \
        $(lisp)/emacs-lisp/cl-specs.el \
        $(lisp)/eshell/esh-maint.el \
-       $(lisp)/eshell/esh-group.el \
+       $(lisp)/eshell/esh-groups.el \
        $(lisp)/finder-inf.el \
        $(lisp)/forms-d2.el \
        $(lisp)/forms-pass.el \