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:
parent
7d941f629b
commit
1b527a7e02
1 changed files with 0 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue