emacs-devel
[Top][All Lists]
Advanced

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

Latest cc-vars.el


From: Eli Zaretskii
Subject: Latest cc-vars.el
Date: Fri, 14 Dec 2007 13:40:00 +0200

When the latest cc-vars.el on the Emacs 22 branch is compiled, it
curses like so:

  Compiling d:/gnu/emacs-pretest/emacs/lisp/progmodes/cc-vars.el...
  aggregate: (quote (radio (const :tag "Use style settings" set-from-style) 
(integer :tag "Override style settings" :value 4)))
  aggregate: (quote (radio (const :tag "Use style settings" set-from-style) 
(choice :tag "Override style settings" :value 0 (integer :tag "Non-anchored 
offset" 0) (cons :tag "Non-anchored & anchored offset" :value (0 . 0) (integer 
:tag "Non-anchored offset") (integer :tag "Anchored offset")))))

etc.  This seems to come from this line in defcustom-c-stylevar:

      (message "aggregate: %S" aggregate)

which looks like a left-over from debugging.  Is it?




reply via email to

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