# HG changeset patch # User Miles Bader # Date 972831298 0 # Node ID 1205bad78b0cce7541e75d869808531a8d531517 # Parent 61f1eb6cd967177b2734db403cc639c331cbf693 (custom-add-to-group): Remove debugging code. diff -r 61f1eb6cd967 -r 1205bad78b0c lisp/custom.el --- a/lisp/custom.el Sun Oct 29 14:51:24 2000 +0000 +++ b/lisp/custom.el Sun Oct 29 14:54:58 2000 +0000 @@ -322,7 +322,6 @@ 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))))))