(custom-add-frequent-value): Alias for custom-add-option.
This commit is contained in:
parent
ab83dc8d9e
commit
467064a42d
1 changed files with 1 additions and 0 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue