diff options
| author | Stefan Monnier | 2001-05-03 16:19:21 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-05-03 16:19:21 +0000 |
| commit | 80a00b6a8fce3850a444a7e892012bda7849fbba (patch) | |
| tree | 38a9a783551f01559d9dea3201aa79601aa26c84 | |
| parent | 27d16f056bc557edcbdcc0ba8736ca63bf7331c6 (diff) | |
| download | emacs-80a00b6a8fce3850a444a7e892012bda7849fbba.tar.gz emacs-80a00b6a8fce3850a444a7e892012bda7849fbba.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cc3c9c04522..ee056c5b320 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -10,6 +10,9 @@ | |||
| 10 | 10 | ||
| 11 | 2001-05-02 Stefan Monnier <monnier@cs.yale.edu> | 11 | 2001-05-02 Stefan Monnier <monnier@cs.yale.edu> |
| 12 | 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. | ||
| 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. |