aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-08-31 16:23:24 +0000
committerDave Love1999-08-31 16:23:24 +0000
commite89a34deccb555a126bdd30eb4440ae78fd00129 (patch)
treea5674fc7e49c3ca68ee84a126984f91750a1690d
parent7e6c20e82583eff9bf9cdd81fba634bee0adaf72 (diff)
downloademacs-e89a34deccb555a126bdd30eb4440ae78fd00129.tar.gz
emacs-e89a34deccb555a126bdd30eb4440ae78fd00129.zip
(byte-boolean-vars): Add several w32 and redisplay variables.
-rw-r--r--lisp/emacs-lisp/byte-opt.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el
index c60ae46a997..c713a82505c 100644
--- a/lisp/emacs-lisp/byte-opt.el
+++ b/lisp/emacs-lisp/byte-opt.el
@@ -1387,7 +1387,10 @@
1387 print-escape-nonascii print-quoted scroll-preserve-screen-position 1387 print-escape-nonascii print-quoted scroll-preserve-screen-position
1388 system-uses-terminfo truncate-partial-width-windows 1388 system-uses-terminfo truncate-partial-width-windows
1389 unibyte-display-via-language-environment use-dialog-box 1389 unibyte-display-via-language-environment use-dialog-box
1390 visible-bell vms-stmlf-recfm words-include-escapes) 1390 visible-bell vms-stmlf-recfm words-include-escapes redisplay-dont-pause
1391 w32-use-full-screen-buffer w32-strict-fontnames w32-enable-unicode-output
1392 auto-resize-toolbars auto-raise-toolbar-buttons display-busy-cursor
1393 x-stretch-cursor x-toolkit-scroll-bars-p)
1391 "DEFVAR_BOOL variables. Giving these any non-nil value sets them to t. 1394 "DEFVAR_BOOL variables. Giving these any non-nil value sets them to t.
1392If this does not enumerate all DEFVAR_BOOL variables, the byte-optimizer 1395If this does not enumerate all DEFVAR_BOOL variables, the byte-optimizer
1393may generate incorrect code.") 1396may generate incorrect code.")