comparison lisp/ChangeLog @ 78197:f942a5cc0de4

(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 \'. (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 23 Jul 2007 13:07:29 +0000
parents 2e0600da7d6a
children 9072f82b7b83
comparison
equal deleted inserted replaced
78196:2e0600da7d6a 78197:f942a5cc0de4
1 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca> 1 2007-07-23 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 funs.
5 (sh-font-lock-syntactic-keywords): Use them to distinguish the
6 different possible cases for \'.
7 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2 8
3 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing 9 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
4 `file' from which to start the search and fix case where `file' is the 10 `file' from which to start the search and fix case where `file' is the
5 current directory and the root as well. 11 current directory and the root as well.
6 12