comparison lisp/ChangeLog @ 37554:ca887a201903

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 03 May 2001 16:19:21 +0000
parents 204b1c50de6e
children cac4567cc517
comparison
equal deleted inserted replaced
37553:d8b96c1b61ea 37554:ca887a201903
7 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il> 7 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8 8
9 * textmodes/ispell.el (ispell-change-dictionary): Doc fix. 9 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
10 10
11 2001-05-02 Stefan Monnier <monnier@cs.yale.edu> 11 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
12
13 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
14 if both the buffer and the file are read-only.
12 15
13 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face 16 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
14 rather than font-lock-string-face. 17 rather than font-lock-string-face.
15 (sh-get-indent-info): Treat heredocs like strings. 18 (sh-get-indent-info): Treat heredocs like strings.
16 19