diff options
Diffstat (limited to 'lisp/cus-start.el')
| -rw-r--r-- | lisp/cus-start.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index d2d99ee64fb..788731e4dbc 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -111,9 +111,9 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of | |||
| 111 | (cursor-in-non-selected-windows | 111 | (cursor-in-non-selected-windows |
| 112 | cursor boolean nil | 112 | cursor boolean nil |
| 113 | :tag "Cursor In Non-selected Windows" | 113 | :tag "Cursor In Non-selected Windows" |
| 114 | :set #'(lambda (symbol value) | 114 | :set (lambda (symbol value) |
| 115 | (set-default symbol value) | 115 | (set-default symbol value) |
| 116 | (force-mode-line-update t))) | 116 | (force-mode-line-update t))) |
| 117 | (transient-mark-mode editing-basics boolean nil | 117 | (transient-mark-mode editing-basics boolean nil |
| 118 | :standard (not noninteractive) | 118 | :standard (not noninteractive) |
| 119 | :initialize custom-initialize-delay | 119 | :initialize custom-initialize-delay |