aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-06-11 22:16:43 +0000
committerStefan Monnier2007-06-11 22:16:43 +0000
commit935e6b79826c7b581aa131bb0ff81afc591ab746 (patch)
tree292303f1640c0e46156b41ce1e7637524a58e411 /lisp/ChangeLog
parentb4879b4331e5b51d40e0d144fbe3f7570047f838 (diff)
downloademacs-935e6b79826c7b581aa131bb0ff81afc591ab746.tar.gz
emacs-935e6b79826c7b581aa131bb0ff81afc591ab746.zip
(sh-font-lock-backslash-quote, sh-font-lock-flush-syntax-ppss-cache): New funs.
(sh-font-lock-syntactic-keywords): Use them to distinguish the different possible cases for \'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c9b2e0adecf..b1c70ed39de 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12007-06-11 Stefan Monnier <monnier@iro.umontreal.ca> 12007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
4 (sh-font-lock-flush-syntax-ppss-cache): New functions.
5 (sh-font-lock-syntactic-keywords): Use them to distinguish the
6 different possible cases for \'.
7
3 * complete.el (PC-bindings): Don't bind things already bound in the 8 * complete.el (PC-bindings): Don't bind things already bound in the
4 parent keymap. 9 parent keymap.
5 10