diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 2002-11-14 21:37:10 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 2002-11-14 21:37:10 +0000 |
commit | 1b527a7e027c5899ae83d5fe53f64a6f2cefdf07 (patch) | |
tree | 994d07920e45c034ece0f9a05d661de96e73dcdf /lisp/custom.el | |
parent | 7d941f629b0cd6fb4ee30942010199dd9c8a9037 (diff) | |
download | emacs-1b527a7e027c5899ae83d5fe53f64a6f2cefdf07.tar.gz |
(custom-declare-group): Remove unnecessary line of code.
Diffstat (limited to 'lisp/custom.el')
-rw-r--r-- | lisp/custom.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/custom.el b/lisp/custom.el index dcc6bb6f046..2fe7c50c13b 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -315,7 +315,6 @@ information." (while members (apply 'custom-add-to-group symbol (car members)) (setq members (cdr members))) - (put symbol 'custom-group (nconc members (get symbol 'custom-group))) (when doc ;; This text doesn't get into DOC. (put symbol 'group-documentation (purecopy doc))) |