Mercurial > emacs
changeset 49571:77c6a7852f3b
*** empty log message ***
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sun, 02 Feb 2003 17:35:47 +0000 |
parents | 288cda7c05fb |
children | f492ad3945ad |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Feb 02 17:34:19 2003 +0000 +++ b/lisp/ChangeLog Sun Feb 02 17:35:47 2003 +0000 @@ -1,3 +1,13 @@ +2003-02-02 Andreas Schwab <schwab@suse.de> + + * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary + words separated by dots. Match optional parenthesized word at + start of line. + + * font-lock.el + (font-lock-match-c-style-declaration-item-and-skip-to-next): + Don't require underscore in word before double open-paren. + 2003-02-02 John Paul Wallington <jpw@gnu.org> * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.