Mercurial > emacs
changeset 81651:9f324e62578d
*** empty log message ***
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Thu, 28 Jun 2007 07:14:47 +0000 |
parents | b6aa03e14a51 |
children | fea2cafc66a8 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jun 28 07:13:23 2007 +0000 +++ b/lisp/ChangeLog Thu Jun 28 07:14:47 2007 +0000 @@ -1,3 +1,11 @@ +2007-06-28 Kevin Ryde <user42@zip.com.au> + + * textmodes/nroff-mode.el: Groff \# comments. + (nroff-mode-syntax-table): \# comment intro, + plain # as punct per global table. + (nroff-font-lock-keywords): Add # as a single char escape. + (nroff-mode): In comment-start-skip, match \#. + 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca> * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.