diff options
author | Alan Mackenzie <acm@muc.de> | 2010-04-12 18:58:52 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2010-04-12 18:58:52 +0000 |
commit | e42a330165c80c3024d730c6075ed59a94b4db46 (patch) | |
tree | 2b8c97544cbca85de3dc529ea00b61e39878d758 /lisp/progmodes/cc-fonts.el | |
parent | 7af4bf3aea19289d47e46d9007e786ac1956bcb7 (diff) | |
download | emacs-e42a330165c80c3024d730c6075ed59a94b4db46.tar.gz emacs-e42a330165c80c3024d730c6075ed59a94b4db46.tar.bz2 emacs-e42a330165c80c3024d730c6075ed59a94b4db46.zip |
Reverse 2009-12-03T16:02:10Z!acm@muc.de "Enhance `c-parse-state' to run efficiently in
\"brace desserts\".".
Diffstat (limited to 'lisp/progmodes/cc-fonts.el')
-rw-r--r-- | lisp/progmodes/cc-fonts.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/progmodes/cc-fonts.el b/lisp/progmodes/cc-fonts.el index 907c308daca..80783670f66 100644 --- a/lisp/progmodes/cc-fonts.el +++ b/lisp/progmodes/cc-fonts.el @@ -426,8 +426,7 @@ stuff. Used on level 1 and higher." (progn (c-mark-<-as-paren beg) (c-mark->-as-paren end)) - ;; (c-clear-char-property beg 'syntax-table) - (c-clear-char-property beg 'category))) + (c-clear-char-property beg 'syntax-table))) nil))))))) ;; #define. |