diff options
| -rw-r--r-- | lisp/custom.el | 1 |
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." | |||
| 536 | (let ((options (get symbol 'custom-options))) | 536 | (let ((options (get symbol 'custom-options))) |
| 537 | (unless (member option options) | 537 | (unless (member option options) |
| 538 | (put symbol 'custom-options (cons option options))))) | 538 | (put symbol 'custom-options (cons option options))))) |
| 539 | (defalias 'custom-add-frequent-value 'custom-add-option) | ||
| 539 | 540 | ||
| 540 | (defun custom-add-link (symbol widget) | 541 | (defun custom-add-link (symbol widget) |
| 541 | "To the custom option SYMBOL add the link WIDGET." | 542 | "To the custom option SYMBOL add the link WIDGET." |