/[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.19 by pj, Sun Jan 13 10:07:05 2002 UTC revision 1.20 by abraham, Sat Apr 6 11:41:36 2002 UTC
# Line 291  It's only used when a one-line block com Line 291  It's only used when a one-line block com
291  more lines for the first time; otherwise the appropriate prefix is  more lines for the first time; otherwise the appropriate prefix is
292  adapted from the comment.  This variable is not used for C++ line  adapted from the comment.  This variable is not used for C++ line
293  style comments."  style comments."
294    :type 'string    ;; We need to specify a :value to prevent `defcustom-c-stylevar' from
295      ;; giving it an invalid value.  Perhaps `defcustom-c-stylevar'
296      ;; should evaluate the value first?
297      ;; Per Abrahamsen <abraham@dina.kvl.dk> 2002-04-06.
298      :type '(string :value "* ")
299    :group 'c)    :group 'c)
300    
301  (defcustom-c-stylevar c-comment-prefix-regexp  (defcustom-c-stylevar c-comment-prefix-regexp

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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