(custom-add-frequent-value): Alias for custom-add-option.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 24 Dec 2006 00:25:03 +0000 (00:25 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 24 Dec 2006 00:25:03 +0000 (00:25 +0000)
lisp/custom.el

index e69e233..699d432 100644 (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."