diff options
| -rw-r--r-- | lisp/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/custom.el b/lisp/custom.el index 58cc6e3468c..e7414b76e55 100644 --- a/lisp/custom.el +++ b/lisp/custom.el | |||
| @@ -131,7 +131,7 @@ not using the factory setting. Otherwise, use the `set-default'." | |||
| 131 | ((eq keyword :get) | 131 | ((eq keyword :get) |
| 132 | (put symbol 'custom-get value)) | 132 | (put symbol 'custom-get value)) |
| 133 | ((eq keyword :require) | 133 | ((eq keyword :require) |
| 134 | (push value requests)) | 134 | (setq requests (cons value requests))) |
| 135 | ((eq keyword :type) | 135 | ((eq keyword :type) |
| 136 | (put symbol 'custom-type value)) | 136 | (put symbol 'custom-type value)) |
| 137 | ((eq keyword :options) | 137 | ((eq keyword :options) |