comparison lisp/ChangeLog @ 81313:8021008d25bf

(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 \'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 11 Jun 2007 22:16:43 +0000
parents b6eaf964a6cf
children 5671bcc5449a
comparison
equal deleted inserted replaced
81312:b6eaf964a6cf 81313:8021008d25bf
1 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca> 1 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
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 \'.
2 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
6 * textmodes/bibtex-style.el: New file. 11 * textmodes/bibtex-style.el: New file.