mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(DONTCOMPILE): Fix typo.
This commit is contained in:
parent
4dced92736
commit
524817296a
@ -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>
|
2000-09-14 Dave Love <fx@gnu.org>
|
||||||
|
|
||||||
* toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
|
* toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
|
||||||
|
@ -51,7 +51,7 @@ DONTCOMPILE = \
|
|||||||
$(lisp)/cus-start.el \
|
$(lisp)/cus-start.el \
|
||||||
$(lisp)/emacs-lisp/cl-specs.el \
|
$(lisp)/emacs-lisp/cl-specs.el \
|
||||||
$(lisp)/eshell/esh-maint.el \
|
$(lisp)/eshell/esh-maint.el \
|
||||||
$(lisp)/eshell/esh-group.el \
|
$(lisp)/eshell/esh-groups.el \
|
||||||
$(lisp)/finder-inf.el \
|
$(lisp)/finder-inf.el \
|
||||||
$(lisp)/forms-d2.el \
|
$(lisp)/forms-d2.el \
|
||||||
$(lisp)/forms-pass.el \
|
$(lisp)/forms-pass.el \
|
||||||
|
Loading…
Reference in New Issue
Block a user