Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jul 23 05:38:44 2007 +0000 +++ b/lisp/ChangeLog Mon Jul 23 13:07:29 2007 +0000 @@ -1,5 +1,11 @@ 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca> + * progmodes/sh-script.el: (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. + * vc-hooks.el (vc-find-root): Walk up the tree to find an existing `file' from which to start the search and fix case where `file' is the current directory and the root as well.