From 524817296a089d7065271258cc1ecf1c2e0fd11a Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Thu, 14 Sep 2000 21:19:58 +0000 Subject: [PATCH] (DONTCOMPILE): Fix typo. --- lisp/ChangeLog | 12 ++++++++++++ lisp/makefile.nt | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c0d3b6830cc..93efccfa1f0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2000-09-14 Andrew Innes + + * 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 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm, diff --git a/lisp/makefile.nt b/lisp/makefile.nt index 90af77f4593..696b8c96294 100644 --- a/lisp/makefile.nt +++ b/lisp/makefile.nt @@ -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 \ -- 2.39.2