From e89a34deccb555a126bdd30eb4440ae78fd00129 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 31 Aug 1999 16:23:24 +0000 Subject: [PATCH] (byte-boolean-vars): Add several w32 and redisplay variables. --- lisp/emacs-lisp/byte-opt.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 @@ 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.") -- 2.39.5