1
0
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:
Miles Bader 2000-10-29 14:54:58 +00:00
parent dd4d3cb624
commit 710fb9d795

View File

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