]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-declare-group): Remove unnecessary line of code.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Thu, 14 Nov 2002 21:37:10 +0000 (21:37 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Thu, 14 Nov 2002 21:37:10 +0000 (21:37 +0000)
lisp/custom.el

index dcc6bb6f0466bf35230efb7c5d00601d6342763b..2fe7c50c13b6d3d9fc48a6512dc2259dcfe06823 100644 (file)
@@ -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)))