mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-26 19:18:50 +00:00
(custom-add-to-group): Remove debugging code.
This commit is contained in:
parent
dd4d3cb624
commit
710fb9d795
@ -322,7 +322,6 @@ information."
|
||||
If there already is an entry for OPTION and WIDGET, nothing is done."
|
||||
(let ((members (get group 'custom-group))
|
||||
(entry (list option widget)))
|
||||
(message "adding %s" entry)
|
||||
(unless (member entry members)
|
||||
(put group 'custom-group (nconc members (list entry))))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user