changeset 25471:fc40de55a24f

(byte-boolean-vars): Add several w32 and redisplay variables.
author Dave Love <fx@gnu.org>
date Tue, 31 Aug 1999 16:23:24 +0000
parents 06fcafae7d56
children 2c32043b312e
files lisp/emacs-lisp/byte-opt.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/byte-opt.el	Tue Aug 31 14:00:32 1999 +0000
+++ b/lisp/emacs-lisp/byte-opt.el	Tue Aug 31 16:23:24 1999 +0000
@@ -1387,7 +1387,10 @@
     print-escape-nonascii print-quoted scroll-preserve-screen-position
     system-uses-terminfo truncate-partial-width-windows
     unibyte-display-via-language-environment use-dialog-box
-    visible-bell vms-stmlf-recfm words-include-escapes)
+    visible-bell vms-stmlf-recfm words-include-escapes redisplay-dont-pause
+    w32-use-full-screen-buffer w32-strict-fontnames w32-enable-unicode-output
+    auto-resize-toolbars auto-raise-toolbar-buttons display-busy-cursor
+    x-stretch-cursor x-toolkit-scroll-bars-p)
   "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
 may generate incorrect code.")