From 467064a42d986a52c41dd39ae73fce9a6d1956ec Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 24 Dec 2006 00:25:03 +0000 Subject: [PATCH] (custom-add-frequent-value): Alias for custom-add-option. --- lisp/custom.el | 1 + 1 file changed, 1 insertion(+) 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." -- 2.39.2