aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cus-start.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r--lisp/cus-start.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index cceed27951e..b59cb57aaf6 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -175,7 +175,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
175 ;; fringe.c 175 ;; fringe.c
176 (overflow-newline-into-fringe fringe boolean) 176 (overflow-newline-into-fringe fringe boolean)
177 ;; indent.c 177 ;; indent.c
178 (indent-tabs-mode fill boolean) 178 (indent-tabs-mode indent boolean)
179 ;; keyboard.c 179 ;; keyboard.c
180 (meta-prefix-char keyboard character) 180 (meta-prefix-char keyboard character)
181 (auto-save-interval auto-save integer) 181 (auto-save-interval auto-save integer)
@@ -360,6 +360,7 @@ since it could result in memory overflow and make Emacs crash."
360 (other :tag "Unlimited" t))) 360 (other :tag "Unlimited" t)))
361 (unibyte-display-via-language-environment mule boolean) 361 (unibyte-display-via-language-environment mule boolean)
362 (blink-cursor-alist cursor alist "22.1") 362 (blink-cursor-alist cursor alist "22.1")
363 (overline-margin display integer "22.1")
363 ;; xfaces.c 364 ;; xfaces.c
364 (scalable-fonts-allowed display boolean) 365 (scalable-fonts-allowed display boolean)
365 ;; xfns.c 366 ;; xfns.c
@@ -371,6 +372,7 @@ since it could result in memory overflow and make Emacs crash."
371 ;; xterm.c 372 ;; xterm.c
372 (mouse-autoselect-window display boolean "21.3") 373 (mouse-autoselect-window display boolean "21.3")
373 (x-use-underline-position-properties display boolean "21.3") 374 (x-use-underline-position-properties display boolean "21.3")
375 (x-underline-at-descent-line display boolean "22.1")
374 (x-stretch-cursor display boolean "21.1"))) 376 (x-stretch-cursor display boolean "21.1")))
375 this symbol group type standard version native-p 377 this symbol group type standard version native-p
376 ;; This function turns a value 378 ;; This function turns a value