]> code.delx.au - gnu-emacs/commitdiff
(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 e69e233614acaaa5baab723fb412ac939abbf727..699d432fb70571c5e3ea903bd03d64e593277094 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."