Mercurial > emacs
diff lisp/ChangeLog @ 80134:b0f27575dc50
(ada-font-lock-syntactic-keywords):
Recognize ''' just like any other char-constant.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 17 Feb 2008 19:24:09 +0000 |
parents | bbd6defe1e72 |
children | bedd6b5b48fb |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Feb 17 19:09:15 2008 +0000 +++ b/lisp/ChangeLog Sun Feb 17 19:24:09 2008 +0000 @@ -1,3 +1,8 @@ +2008-02-17 Stefan Monnier <monnier@iro.umontreal.ca> + + * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords): + Recognize ''' just like any other char-constant. + 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca> * vc-hooks.el (vc-find-root): Remove initial loop because it's not