diff options
author | Glenn Morris <rgm@gnu.org> | 2007-12-18 02:31:15 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-12-18 02:31:15 +0000 |
commit | 6e1207a545636760a420f13ac1bb0894be0f9daa (patch) | |
tree | e7fe2a53c15610b699ce6033229ac367d25895aa /lisp/progmodes/cc-vars.el | |
parent | 67f2eaf15fcdb3f73e983c19fd6a5b1054558e0d (diff) | |
download | emacs-6e1207a545636760a420f13ac1bb0894be0f9daa.tar.gz |
(defcustom-c-stylevar): Remove debugging message.
Diffstat (limited to 'lisp/progmodes/cc-vars.el')
-rw-r--r-- | lisp/progmodes/cc-vars.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index fcfdbc53bb4..c071569d694 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el @@ -188,7 +188,6 @@ the value set here overrides the style system (there is a variable (aggregate `'(radio (const :tag "Use style settings" set-from-style) ,(cons head newt)))) - (message "aggregate: %S" aggregate) `(progn (c-set-stylevar-fallback ',name ,val) (custom-declare-variable |