mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(custom-add-to-group): Remove debugging code.
This commit is contained in:
parent
dd4d3cb624
commit
710fb9d795
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue