diff options
| -rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index f9d7bc4730c..9d562a3ef3d 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -172,6 +172,8 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of | |||
| 172 | (mouse-highlight mouse (choice (const :tag "disabled" nil) | 172 | (mouse-highlight mouse (choice (const :tag "disabled" nil) |
| 173 | (const :tag "always shown" t) | 173 | (const :tag "always shown" t) |
| 174 | (other :tag "hidden by keypress" 1))) | 174 | (other :tag "hidden by keypress" 1))) |
| 175 | ;; fringe.c | ||
| 176 | (overflow-newline-into-fringe fringe boolean "22.1") | ||
| 175 | ;; indent.c | 177 | ;; indent.c |
| 176 | (indent-tabs-mode fill boolean) | 178 | (indent-tabs-mode fill boolean) |
| 177 | ;; keyboard.c | 179 | ;; keyboard.c |