aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-25 20:31:58 +0000
committerRichard M. Stallman1998-05-25 20:31:58 +0000
commitf10f69485658113e1d1595466fc21f92c8579f2e (patch)
tree1e17c151f1d38567216b492d4263c6e81214a1bd
parent38940e93efbbd73e5062665814629aafb15b2fb1 (diff)
downloademacs-f10f69485658113e1d1595466fc21f92c8579f2e.tar.gz
emacs-f10f69485658113e1d1595466fc21f92c8579f2e.zip
(byte-boolean-vars): Add print-escape-nonascii.
-rw-r--r--lisp/emacs-lisp/byte-opt.el25
1 files changed, 15 insertions, 10 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el
index 63ff71ada15..859f6b333fe 100644
--- a/lisp/emacs-lisp/byte-opt.el
+++ b/lisp/emacs-lisp/byte-opt.el
@@ -1371,16 +1371,21 @@
1371;;; the BOOL variables are, and not perform this optimization on them. 1371;;; the BOOL variables are, and not perform this optimization on them.
1372;;; 1372;;;
1373(defconst byte-boolean-vars 1373(defconst byte-boolean-vars
1374 '(abbrev-all-caps abbrevs-changed byte-metering-on 1374 '(abbrev-all-caps abbrevs-changed byte-debug-flag byte-metering-on
1375 cannot-suspend completion-auto-help completion-ignore-case 1375 cannot-suspend check-markers-debug-flag completion-auto-help
1376 cursor-in-echo-area debug-on-next-call debug-on-quit 1376 completion-ignore-case cursor-in-echo-area debug-on-next-call
1377 delete-exited-processes enable-recursive-minibuffers 1377 debug-on-quit delete-exited-processes enable-recursive-minibuffers
1378 highlight-nonselected-windows indent-tabs-mode inhibit-local-menu-bar-menus 1378 garbage-collection-messages highlight-nonselected-windows
1379 insert-default-directory inverse-video load-force-doc-strings 1379 indent-tabs-mode inherit-process-coding-system inhibit-eol-conversion
1380 load-in-progress menu-prompting minibuffer-auto-raise 1380 inhibit-local-menu-bar-menus insert-default-directory inverse-video
1381 mode-line-inverse-video multiple-frames no-redraw-on-reenter noninteractive 1381 keyword-symbols-constant-flag load-convert-to-unibyte
1382 parse-sexp-ignore-comments pop-up-frames pop-up-windows 1382 load-force-doc-strings load-in-progress menu-prompting
1383 print-escape-newlines system-uses-terminfo truncate-partial-width-windows 1383 minibuffer-allow-text-properties minibuffer-auto-raise
1384 mode-line-inverse-video multiple-frames no-redraw-on-reenter
1385 noninteractive parse-sexp-ignore-comments parse-sexp-lookup-properties
1386 pop-up-frames pop-up-windows print-escape-newlines
1387 print-escape-nonascii print-quoted scroll-preserve-screen-position
1388 system-uses-terminfo truncate-partial-width-windows use-dialog-box
1384 visible-bell vms-stmlf-recfm words-include-escapes) 1389 visible-bell vms-stmlf-recfm words-include-escapes)
1385 "DEFVAR_BOOL variables. Giving these any non-nil value sets them to t. 1390 "DEFVAR_BOOL variables. Giving these any non-nil value sets them to t.
1386If this does not enumerate all DEFVAR_BOOL variables, the byte-optimizer 1391If this does not enumerate all DEFVAR_BOOL variables, the byte-optimizer