comparison lisp/emacs-lisp/byte-opt.el @ 24713:f58ed4088d54

(byte-boolean-vars): Add unibyte-display-via-language-environment.
author Andreas Schwab <schwab@suse.de>
date Mon, 10 May 1999 13:02:09 +0000
parents 34fa38b26638
children 1a05fdaa603b
comparison
equal deleted inserted replaced
24712:31a648f12180 24713:f58ed4088d54
1379 mode-line-inverse-video multiple-frames no-redraw-on-reenter 1379 mode-line-inverse-video multiple-frames no-redraw-on-reenter
1380 noninteractive parse-sexp-ignore-comments parse-sexp-lookup-properties 1380 noninteractive parse-sexp-ignore-comments parse-sexp-lookup-properties
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
1388 may generate incorrect code.") 1389 may generate incorrect code.")
1389 1390