aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2009-02-19 22:18:16 +0000
committerStefan Monnier2009-02-19 22:18:16 +0000
commitc9176b9f183e275620c3e25a51b5014ba09f1e19 (patch)
treeab67fc175229be836d6bc401af17f984c511b962 /lisp/ChangeLog
parent3284522622938430722ff935cf6cf57739b75c1e (diff)
downloademacs-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/ChangeLog3
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 @@
12009-02-19 Stefan Monnier <monnier@iro.umontreal.ca> 12009-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
52009-02-19 Andreas Schwab <schwab@suse.de> 82009-02-19 Andreas Schwab <schwab@suse.de>