# HG changeset patch # User Chong Yidong # Date 1166919903 0 # Node ID 7054ae4948fb130d6585442acf6d7a5b3dc5940e # Parent 79b7271aab693bed63ba81452b3adf2c78a51990 (custom-add-frequent-value): Alias for custom-add-option. diff -r 79b7271aab69 -r 7054ae4948fb lisp/custom.el --- 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."