/[emacs]/emacs/lisp/progmodes/cc-vars.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/cc-vars.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by mast, Wed Jul 16 20:59:57 2003 UTC revision 1.32 by mast, Tue Aug 26 11:51:55 2003 UTC
# Line 1371  state.  Set this variable only if your c Line 1371  state.  Set this variable only if your c
1371  working due to this change.")  working due to this change.")
1372    
1373  (define-widget 'c-extra-types-widget 'radio  (define-widget 'c-extra-types-widget 'radio
1374    ;; Widget for a list of regexps for the extra types.    "Internal CC Mode widget for the `*-font-lock-extra-types' variables."
1375    :args '((const :tag "none" nil)    :args '((const :tag "none" nil)
1376            (repeat :tag "types" regexp)))            (repeat :tag "types" regexp)))
1377    
# Line 1402  also elsewhere in CC Mode to tell types Line 1402  also elsewhere in CC Mode to tell types
1402  ;; in older versions in Emacs, so depending on the load order we might  ;; in older versions in Emacs, so depending on the load order we might
1403  ;; not install the values below.  There's no kludge to cope with this  ;; not install the values below.  There's no kludge to cope with this
1404  ;; (as opposed to the *-font-lock-keywords-* variables) since the old  ;; (as opposed to the *-font-lock-keywords-* variables) since the old
1405  ;; values works fairly well anyway.  ;; values work fairly well anyway.
1406    
1407  (defcustom c-font-lock-extra-types  (defcustom c-font-lock-extra-types
1408    '("FILE" "\\sw+_t"    '("FILE" "\\sw+_t"

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26