Mercurial > emacs
changeset 37554:ca887a201903
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 03 May 2001 16:19:21 +0000 |
parents | d8b96c1b61ea |
children | df1f76568623 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu May 03 16:19:16 2001 +0000 +++ b/lisp/ChangeLog Thu May 03 16:19:21 2001 +0000 @@ -10,6 +10,9 @@ 2001-05-02 Stefan Monnier <monnier@cs.yale.edu> + * 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.