changeset 74861:7054ae4948fb

(custom-add-frequent-value): Alias for custom-add-option.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 24 Dec 2006 00:25:03 +0000
parents 79b7271aab69
children f26ca3af31fe
files lisp/custom.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/custom.el	Sun Dec 24 00:24:54 2006 +0000
+++ b/lisp/custom.el	Sun Dec 24 00:25:03 2006 +0000
@@ -536,6 +536,7 @@
   (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."