(custom-add-frequent-value): Alias for custom-add-option.

This commit is contained in:
Chong Yidong 2006-12-24 00:25:03 +00:00
parent ab83dc8d9e
commit 467064a42d

View file

@ -536,6 +536,7 @@ For other custom types, this has no effect."
(let ((options (get symbol 'custom-options)))
(unless (member option options)
(put symbol 'custom-options (cons option options)))))
(defalias 'custom-add-frequent-value 'custom-add-option)
(defun custom-add-link (symbol widget)
"To the custom option SYMBOL add the link WIDGET."