# HG changeset patch # User Stefan Monnier # Date 988906761 0 # Node ID ca887a2019034a6ea5c06a8e83d88d7357bca0ac # Parent d8b96c1b61ea8752d28e4fcaec890fd3574a5263 *** empty log message *** diff -r d8b96c1b61ea -r ca887a201903 lisp/ChangeLog --- 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 + * 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.