summaryrefslogtreecommitdiff
path: root/lisp/custom.el
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2002-11-14 21:37:10 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2002-11-14 21:37:10 +0000
commit1b527a7e027c5899ae83d5fe53f64a6f2cefdf07 (patch)
tree994d07920e45c034ece0f9a05d661de96e73dcdf /lisp/custom.el
parent7d941f629b0cd6fb4ee30942010199dd9c8a9037 (diff)
downloademacs-1b527a7e027c5899ae83d5fe53f64a6f2cefdf07.tar.gz
(custom-declare-group): Remove unnecessary line of code.
Diffstat (limited to 'lisp/custom.el')
-rw-r--r--lisp/custom.el1
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)))