From: Chong Yidong Date: Sun, 24 Dec 2006 00:25:03 +0000 (+0000) Subject: (custom-add-frequent-value): Alias for custom-add-option. X-Git-Tag: emacs-pretest-22.0.93~452 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=467064a42d986a52c41dd39ae73fce9a6d1956ec;p=emacs.git (custom-add-frequent-value): Alias for custom-add-option. --- diff --git a/lisp/custom.el b/lisp/custom.el index e69e233614a..699d432fb70 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -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."