diff options
| author | Stefan Monnier | 2011-03-21 12:42:16 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-03-21 12:42:16 -0400 |
| commit | cafdcef32d55cbb44389d7e322e7f973cbb72dfd (patch) | |
| tree | 7ee0c41ea8a589650ce6f4311fb10e61a63807b9 /lisp/cus-start.el | |
| parent | a08a25d7aaf251aa18f2ef747be53734bc55cae9 (diff) | |
| parent | 4e05e67e4cd0bc1b0a4ef3176a4d0d91c6b3738e (diff) | |
| download | emacs-cafdcef32d55cbb44389d7e322e7f973cbb72dfd.tar.gz emacs-cafdcef32d55cbb44389d7e322e7f973cbb72dfd.zip | |
Merge from trunk
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 |