diff options
Diffstat (limited to 'lisp/emacs-lisp/byte-opt.el')
-rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index 77997f4894a..cfec516056c 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el @@ -1381,7 +1381,8 @@ pop-up-frames pop-up-windows print-escape-multibyte print-escape-newlines print-escape-nonascii print-quoted scroll-preserve-screen-position - system-uses-terminfo truncate-partial-width-windows use-dialog-box + system-uses-terminfo truncate-partial-width-windows + unibyte-display-via-language-environment use-dialog-box visible-bell vms-stmlf-recfm words-include-escapes) "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 |