summaryrefslogtreecommitdiff
path: root/lisp/custom.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-12-24 00:25:03 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-12-24 00:25:03 +0000
commitd1970ae1924f952960235993cdaed0e2df8fe8bd (patch)
tree9fe2f2621292569a48defb204c939107d247756e /lisp/custom.el
parent5f2ab155008e5b0b1fb0d5584b04cf0b1c55084b (diff)
downloademacs-d1970ae1924f952960235993cdaed0e2df8fe8bd.tar.gz
(custom-add-frequent-value): Alias for custom-add-option.
Diffstat (limited to 'lisp/custom.el')
-rw-r--r--lisp/custom.el1
1 files changed, 1 insertions, 0 deletions
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."