diff options
| author | Andreas Schwab | 1999-05-10 13:02:09 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1999-05-10 13:02:09 +0000 |
| commit | f20f3ac73b7bf7ff55a4ee36e571226c806c5e8e (patch) | |
| tree | bde4e5ffe07a3e6d7143c408163bec8cb2bec59b | |
| parent | 8d6d9fefe05cc27e039575f21dd36e7c5a961814 (diff) | |
| download | emacs-f20f3ac73b7bf7ff55a4ee36e571226c806c5e8e.tar.gz emacs-f20f3ac73b7bf7ff55a4ee36e571226c806c5e8e.zip | |
(byte-boolean-vars): Add
unibyte-display-via-language-environment.
| -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 @@ | |||
| 1381 | pop-up-frames pop-up-windows print-escape-multibyte | 1381 | pop-up-frames pop-up-windows print-escape-multibyte |
| 1382 | print-escape-newlines | 1382 | print-escape-newlines |
| 1383 | print-escape-nonascii print-quoted scroll-preserve-screen-position | 1383 | print-escape-nonascii print-quoted scroll-preserve-screen-position |
| 1384 | system-uses-terminfo truncate-partial-width-windows use-dialog-box | 1384 | system-uses-terminfo truncate-partial-width-windows |
| 1385 | unibyte-display-via-language-environment use-dialog-box | ||
| 1385 | visible-bell vms-stmlf-recfm words-include-escapes) | 1386 | visible-bell vms-stmlf-recfm words-include-escapes) |
| 1386 | "DEFVAR_BOOL variables. Giving these any non-nil value sets them to t. | 1387 | "DEFVAR_BOOL variables. Giving these any non-nil value sets them to t. |
| 1387 | If this does not enumerate all DEFVAR_BOOL variables, the byte-optimizer | 1388 | If this does not enumerate all DEFVAR_BOOL variables, the byte-optimizer |