(byte-boolean-vars): Update list to reflect actual DEFVAR_BOOL symbols in
the C code.
This commit is contained in:
parent
9574d70f1b
commit
151b6496e0
1 changed files with 9 additions and 10 deletions
|
@ -1312,17 +1312,16 @@
|
||||||
;;;
|
;;;
|
||||||
(defconst byte-boolean-vars
|
(defconst byte-boolean-vars
|
||||||
'(abbrev-all-caps abbrevs-changed byte-metering-on
|
'(abbrev-all-caps abbrevs-changed byte-metering-on
|
||||||
check-protected-fields completion-auto-help completion-ignore-case
|
cannot-suspend completion-auto-help completion-ignore-case
|
||||||
cursor-in-echo-area debug-on-next-call debug-on-quit
|
cursor-in-echo-area debug-on-next-call debug-on-quit
|
||||||
defining-kbd-macro delete-exited-processes
|
delete-exited-processes enable-recursive-minibuffers
|
||||||
enable-recursive-minibuffers
|
highlight-nonselected-windows indent-tabs-mode inhibit-local-menu-bar-menus
|
||||||
highlight-nonselected-windows indent-tabs-mode
|
insert-default-directory inverse-video load-force-doc-strings
|
||||||
insert-default-directory inverse-video load-in-progress
|
load-in-progress menu-prompting minibuffer-auto-raise
|
||||||
menu-prompting mode-line-inverse-video no-redraw-on-reenter
|
mode-line-inverse-video multiple-frames no-redraw-on-reenter noninteractive
|
||||||
noninteractive parse-sexp-ignore-comments pop-up-frames
|
parse-sexp-ignore-comments pop-up-frames pop-up-windows
|
||||||
pop-up-windows print-escape-newlines print-escape-newlines
|
print-escape-newlines system-uses-terminfo truncate-partial-width-windows
|
||||||
truncate-partial-width-windows visible-bell vms-stmlf-recfm
|
visible-bell vms-stmlf-recfm words-include-escapes)
|
||||||
words-include-escapes x-save-under)
|
|
||||||
"DEFVAR_BOOL variables. Giving these any non-nil value sets them to t.
|
"DEFVAR_BOOL variables. Giving these any non-nil value sets them to t.
|
||||||
If this does not enumerate all DEFVAR_BOOL variables, the byte-optimizer
|
If this does not enumerate all DEFVAR_BOOL variables, the byte-optimizer
|
||||||
may generate incorrect code.")
|
may generate incorrect code.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue