1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(custom-declare-group): Remove unnecessary line of code.

This commit is contained in:
Markus Rost 2002-11-14 21:37:10 +00:00
parent 7d941f629b
commit 1b527a7e02

View 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)))