mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 10:57:34 +00:00
2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
* progmodes/cc-vars.el (c-block-comment-prefix): Specify :value for customization type. Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
This commit is contained in:
parent
db5968a489
commit
232c8d4c10
2 changed files with 11 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
|
||||
|
||||
* progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
|
||||
for customization type.
|
||||
Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
|
||||
|
||||
2002-04-06 Mike Williams <mdub@bigfoot.com>
|
||||
|
||||
* textmodes/xml-lite.el: Remove.
|
||||
|
|
|
|||
|
|
@ -291,7 +291,11 @@ It's only used when a one-line block comment is broken into two or
|
|||
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
|
||||
;; 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 <abraham@dina.kvl.dk> 2002-04-06.
|
||||
:type '(string :value "* ")
|
||||
:group 'c)
|
||||
|
||||
(defcustom-c-stylevar c-comment-prefix-regexp
|
||||
|
|
|
|||
Loading…
Reference in a new issue