emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el


From: Martin Stjernholm
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el
Date: Tue, 26 Aug 2003 07:51:56 -0400

Index: emacs/lisp/progmodes/cc-vars.el
diff -c emacs/lisp/progmodes/cc-vars.el:1.31 
emacs/lisp/progmodes/cc-vars.el:1.32
*** emacs/lisp/progmodes/cc-vars.el:1.31        Wed Jul 16 16:59:57 2003
--- emacs/lisp/progmodes/cc-vars.el     Tue Aug 26 07:51:55 2003
***************
*** 1371,1377 ****
  working due to this change.")
  
  (define-widget 'c-extra-types-widget 'radio
!   ;; Widget for a list of regexps for the extra types.
    :args '((const :tag "none" nil)
          (repeat :tag "types" regexp)))
  
--- 1371,1377 ----
  working due to this change.")
  
  (define-widget 'c-extra-types-widget 'radio
!   "Internal CC Mode widget for the `*-font-lock-extra-types' variables."
    :args '((const :tag "none" nil)
          (repeat :tag "types" regexp)))
  
***************
*** 1402,1408 ****
  ;; in older versions in Emacs, so depending on the load order we might
  ;; not install the values below.  There's no kludge to cope with this
  ;; (as opposed to the *-font-lock-keywords-* variables) since the old
! ;; values works fairly well anyway.
  
  (defcustom c-font-lock-extra-types
    '("FILE" "\\sw+_t"
--- 1402,1408 ----
  ;; in older versions in Emacs, so depending on the load order we might
  ;; not install the values below.  There's no kludge to cope with this
  ;; (as opposed to the *-font-lock-keywords-* variables) since the old
! ;; values work fairly well anyway.
  
  (defcustom c-font-lock-extra-types
    '("FILE" "\\sw+_t"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]