From: Stefan Monnier Date: Thu, 3 May 2001 16:19:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.103~53 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=80a00b6a8fce3850a444a7e892012bda7849fbba;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cc3c9c04522..ee056c5b320 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -10,6 +10,9 @@ 2001-05-02 Stefan Monnier + * vc.el (vc-next-action-on-file): Only force buffer+file to writable + if both the buffer and the file are read-only. + * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face rather than font-lock-string-face. (sh-get-indent-info): Treat heredocs like strings.