diff options
| author | Thien-Thi Nguyen | 2007-12-17 09:03:46 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2007-12-17 09:03:46 +0000 |
| commit | d55f5fcfc2170d91942958189d8294274f278057 (patch) | |
| tree | 91265e82da9bd486ccf6c1129df7de8fed9a3ef1 | |
| parent | a313b2911a3a5e9ef76daec103b716ad11a607cf (diff) | |
| download | emacs-d55f5fcfc2170d91942958189d8294274f278057.tar.gz emacs-d55f5fcfc2170d91942958189d8294274f278057.zip | |
(defcustom-c-stylevar): Remove debugging message.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/progmodes/cc-vars.el | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1de9482c041..69dbb8c6ff6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org> | ||
| 2 | |||
| 3 | * progmodes/cc-vars.el (defcustom-c-stylevar): | ||
| 4 | Remove debugging message. Reported by Eli Zaretskii. | ||
| 5 | |||
| 1 | 2007-12-15 Richard Stallman <rms@gnu.org> | 6 | 2007-12-15 Richard Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * emacs-lisp/find-func.el (find-function-after-hook): Add :type. | 8 | * emacs-lisp/find-func.el (find-function-after-hook): Add :type. |
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 | |||
| 188 | (aggregate `'(radio | 188 | (aggregate `'(radio |
| 189 | (const :tag "Use style settings" set-from-style) | 189 | (const :tag "Use style settings" set-from-style) |
| 190 | ,(cons head newt)))) | 190 | ,(cons head newt)))) |
| 191 | (message "aggregate: %S" aggregate) | ||
| 192 | `(progn | 191 | `(progn |
| 193 | (c-set-stylevar-fallback ',name ,val) | 192 | (c-set-stylevar-fallback ',name ,val) |
| 194 | (custom-declare-variable | 193 | (custom-declare-variable |