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: Per Abrahamsen
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el
Date: Sat, 06 Apr 2002 06:41:38 -0500

Index: emacs/lisp/progmodes/cc-vars.el
diff -c emacs/lisp/progmodes/cc-vars.el:1.19 
emacs/lisp/progmodes/cc-vars.el:1.20
*** emacs/lisp/progmodes/cc-vars.el:1.19        Sun Jan 13 05:07:05 2002
--- emacs/lisp/progmodes/cc-vars.el     Sat Apr  6 06:41:36 2002
***************
*** 291,297 ****
  more lines for the first time; otherwise the appropriate prefix is
  adapted from the comment.  This variable is not used for C++ line
  style comments."
!   :type 'string
    :group 'c)
  
  (defcustom-c-stylevar c-comment-prefix-regexp
--- 291,301 ----
  more lines for the first time; otherwise the appropriate prefix is
  adapted from the comment.  This variable is not used for C++ line
  style comments."
!   ;; We need to specify a :value to prevent `defcustom-c-stylevar' from 
!   ;; giving it an invalid value.  Perhaps `defcustom-c-stylevar'
!   ;; should evaluate the value first?
!   ;; Per Abrahamsen <address@hidden> 2002-04-06.
!   :type '(string :value "* ")
    :group 'c)
  
  (defcustom-c-stylevar c-comment-prefix-regexp



reply via email to

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