diff options
| author | Miles Bader | 2008-01-30 07:57:28 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-01-30 07:57:28 +0000 |
| commit | d235ca2ff8fab139ce797757fcb159d1e28fa7e0 (patch) | |
| tree | 96c5cd1a06a0d9dc26e8470c6eabfc032c0046f3 /lisp/cus-start.el | |
| parent | 3709a060f679dba14df71ae64a0035fa2b5b3106 (diff) | |
| parent | 02cbe062bee38a6705bafb1699d77e3c44cfafcf (diff) | |
| download | emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.tar.gz emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.zip | |
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
Diffstat (limited to 'lisp/cus-start.el')
| -rw-r--r-- | lisp/cus-start.el | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 5094eebc7ca..e87f8806df2 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -95,7 +95,8 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of | |||
| 95 | (scroll-down-aggressively windows | 95 | (scroll-down-aggressively windows |
| 96 | (choice (const :tag "off" nil) number) | 96 | (choice (const :tag "off" nil) number) |
| 97 | "21.1") | 97 | "21.1") |
| 98 | (line-spacing display (choice (const :tag "none" nil) integer)) | 98 | (line-spacing display (choice (const :tag "none" nil) integer) |
| 99 | "22.1") | ||
| 99 | ;; callint.c | 100 | ;; callint.c |
| 100 | (mark-even-if-inactive editing-basics boolean) | 101 | (mark-even-if-inactive editing-basics boolean) |
| 101 | ;; callproc.c | 102 | ;; callproc.c |
| @@ -128,7 +129,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of | |||
| 128 | :match (lambda (widget value) | 129 | :match (lambda (widget value) |
| 129 | (and value (not (functionp value))))) | 130 | (and value (not (functionp value))))) |
| 130 | (function :value ignore)))) | 131 | (function :value ignore)))) |
| 131 | (selection-coding-system mule coding-system) | 132 | (selection-coding-system mule coding-system "22.1") |
| 132 | ;; dired.c | 133 | ;; dired.c |
| 133 | (completion-ignored-extensions dired | 134 | (completion-ignored-extensions dired |
| 134 | (repeat (string :format "%v"))) | 135 | (repeat (string :format "%v"))) |
| @@ -144,7 +145,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of | |||
| 144 | (max-lisp-eval-depth limits integer) | 145 | (max-lisp-eval-depth limits integer) |
| 145 | (max-mini-window-height limits | 146 | (max-mini-window-height limits |
| 146 | (choice (const :tag "quarter screen" nil) | 147 | (choice (const :tag "quarter screen" nil) |
| 147 | number)) | 148 | number) "23.1") |
| 148 | (stack-trace-on-error debug | 149 | (stack-trace-on-error debug |
| 149 | (choice (const :tag "off") | 150 | (choice (const :tag "off") |
| 150 | (repeat :menu-tag "When" | 151 | (repeat :menu-tag "When" |
| @@ -178,7 +179,8 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of | |||
| 178 | (sexp :tag "Value")))) | 179 | (sexp :tag "Value")))) |
| 179 | (mouse-highlight mouse (choice (const :tag "disabled" nil) | 180 | (mouse-highlight mouse (choice (const :tag "disabled" nil) |
| 180 | (const :tag "always shown" t) | 181 | (const :tag "always shown" t) |
| 181 | (other :tag "hidden by keypress" 1))) | 182 | (other :tag "hidden by keypress" 1)) |
| 183 | "22.1") | ||
| 182 | ;; fringe.c | 184 | ;; fringe.c |
| 183 | (overflow-newline-into-fringe fringe boolean) | 185 | (overflow-newline-into-fringe fringe boolean) |
| 184 | ;; indent.c | 186 | ;; indent.c |
| @@ -192,7 +194,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of | |||
| 192 | (polling-period keyboard integer) | 194 | (polling-period keyboard integer) |
| 193 | (double-click-time mouse (restricted-sexp | 195 | (double-click-time mouse (restricted-sexp |
| 194 | :match-alternatives (integerp 'nil 't))) | 196 | :match-alternatives (integerp 'nil 't))) |
| 195 | (double-click-fuzz mouse integer) | 197 | (double-click-fuzz mouse integer "22.1") |
| 196 | (inhibit-local-menu-bar-menus menu boolean) | 198 | (inhibit-local-menu-bar-menus menu boolean) |
| 197 | (help-char keyboard character) | 199 | (help-char keyboard character) |
| 198 | (help-event-list keyboard (repeat (sexp :format "%v"))) | 200 | (help-event-list keyboard (repeat (sexp :format "%v"))) |
| @@ -250,9 +252,9 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of | |||
| 250 | (completion-auto-help minibuffer boolean) | 252 | (completion-auto-help minibuffer boolean) |
| 251 | (enable-recursive-minibuffers minibuffer boolean) | 253 | (enable-recursive-minibuffers minibuffer boolean) |
| 252 | (history-length minibuffer | 254 | (history-length minibuffer |
| 253 | (choice (const :tag "Infinite" t) | 255 | (choice (const :tag "Infinite" t) integer) |
| 254 | integer)) | 256 | "22.1") |
| 255 | (history-delete-duplicates minibuffer boolean) | 257 | (history-delete-duplicates minibuffer boolean "22.1") |
| 256 | (minibuffer-prompt-properties | 258 | (minibuffer-prompt-properties |
| 257 | minibuffer | 259 | minibuffer |
| 258 | (list | 260 | (list |
| @@ -351,14 +353,15 @@ since it could result in memory overflow and make Emacs crash." | |||
| 351 | ;; and shape of the window. | 353 | ;; and shape of the window. |
| 352 | (const :tag "horizontally" | 354 | (const :tag "horizontally" |
| 353 | (lambda (window) | 355 | (lambda (window) |
| 354 | (split-window window nil 'horiz))))) | 356 | (split-window window nil 'horiz)))) |
| 357 | "23.1") | ||
| 355 | (window-min-height windows integer) | 358 | (window-min-height windows integer) |
| 356 | (window-min-width windows integer) | 359 | (window-min-width windows integer) |
| 357 | (scroll-preserve-screen-position | 360 | (scroll-preserve-screen-position |
| 358 | windows (choice | 361 | windows (choice |
| 359 | (const :tag "Off (nil)" :value nil) | 362 | (const :tag "Off (nil)" :value nil) |
| 360 | (const :tag "Full screen (t)" :value t) | 363 | (const :tag "Full screen (t)" :value t) |
| 361 | (other :tag "Always" 1))) | 364 | (other :tag "Always" 1)) "22.1") |
| 362 | (display-buffer-reuse-frames windows boolean "21.1") | 365 | (display-buffer-reuse-frames windows boolean "21.1") |
| 363 | ;; xdisp.c | 366 | ;; xdisp.c |
| 364 | (scroll-step windows integer) | 367 | (scroll-step windows integer) |
| @@ -372,7 +375,7 @@ since it could result in memory overflow and make Emacs crash." | |||
| 372 | (line-number-display-limit display | 375 | (line-number-display-limit display |
| 373 | (choice integer | 376 | (choice integer |
| 374 | (const :tag "No limit" nil))) | 377 | (const :tag "No limit" nil))) |
| 375 | (line-number-display-limit-width display integer) | 378 | (line-number-display-limit-width display integer "22.1") |
| 376 | (highlight-nonselected-windows display boolean) | 379 | (highlight-nonselected-windows display boolean) |
| 377 | (message-log-max debug (choice (const :tag "Disable" nil) | 380 | (message-log-max debug (choice (const :tag "Disable" nil) |
| 378 | (integer :menu-tag "lines" | 381 | (integer :menu-tag "lines" |
| @@ -387,7 +390,7 @@ since it could result in memory overflow and make Emacs crash." | |||
| 387 | (const :tag "Immediate" :value t) | 390 | (const :tag "Immediate" :value t) |
| 388 | (number :tag "Delay by secs" :value 0.5)) "22.1") | 391 | (number :tag "Delay by secs" :value 0.5)) "22.1") |
| 389 | ;; xfaces.c | 392 | ;; xfaces.c |
| 390 | (scalable-fonts-allowed display boolean) | 393 | (scalable-fonts-allowed display boolean "22.1") |
| 391 | ;; xfns.c | 394 | ;; xfns.c |
| 392 | (x-bitmap-file-path installation | 395 | (x-bitmap-file-path installation |
| 393 | (repeat (directory :format "%v"))) | 396 | (repeat (directory :format "%v"))) |