diff options
| author | Stefan Monnier | 2009-02-19 22:18:16 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-02-19 22:18:16 +0000 |
| commit | c9176b9f183e275620c3e25a51b5014ba09f1e19 (patch) | |
| tree | ab67fc175229be836d6bc401af17f984c511b962 /lisp/ChangeLog | |
| parent | 3284522622938430722ff935cf6cf57739b75c1e (diff) | |
| download | emacs-c9176b9f183e275620c3e25a51b5014ba09f1e19.tar.gz emacs-c9176b9f183e275620c3e25a51b5014ba09f1e19.zip | |
(sh-font-lock-quoted-subshell): ' inside a "..." does not quote anything.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a3d7cac5d45..cd977569914 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside | ||
| 4 | a "..." does not quote anything. | ||
| 5 | |||
| 3 | * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'. | 6 | * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'. |
| 4 | 7 | ||
| 5 | 2009-02-19 Andreas Schwab <schwab@suse.de> | 8 | 2009-02-19 Andreas Schwab <schwab@suse.de> |