changeset 13060:9154b9967e2b

(byte-boolean-vars): Update list to reflect actual DEFVAR_BOOL symbols in the C code.
author Erik Naggum <erik@naggum.no>
date Thu, 21 Sep 1995 22:03:57 +0000
parents f5ecbf76f4f9
children f1aa67661689
files lisp/emacs-lisp/byte-opt.el
diffstat 1 files changed, 9 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/byte-opt.el	Thu Sep 21 21:06:26 1995 +0000
+++ b/lisp/emacs-lisp/byte-opt.el	Thu Sep 21 22:03:57 1995 +0000
@@ -1312,17 +1312,16 @@
 ;;;
 (defconst byte-boolean-vars
   '(abbrev-all-caps abbrevs-changed byte-metering-on
-    check-protected-fields completion-auto-help completion-ignore-case
+    cannot-suspend completion-auto-help completion-ignore-case
     cursor-in-echo-area debug-on-next-call debug-on-quit
-    defining-kbd-macro delete-exited-processes
-    enable-recursive-minibuffers
-    highlight-nonselected-windows indent-tabs-mode
-    insert-default-directory inverse-video load-in-progress
-    menu-prompting mode-line-inverse-video no-redraw-on-reenter
-    noninteractive parse-sexp-ignore-comments pop-up-frames
-    pop-up-windows print-escape-newlines print-escape-newlines
-    truncate-partial-width-windows visible-bell vms-stmlf-recfm
-    words-include-escapes x-save-under)
+    delete-exited-processes enable-recursive-minibuffers
+    highlight-nonselected-windows indent-tabs-mode inhibit-local-menu-bar-menus
+    insert-default-directory inverse-video load-force-doc-strings
+    load-in-progress menu-prompting minibuffer-auto-raise
+    mode-line-inverse-video multiple-frames no-redraw-on-reenter noninteractive
+    parse-sexp-ignore-comments pop-up-frames pop-up-windows
+    print-escape-newlines system-uses-terminfo truncate-partial-width-windows
+    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
 may generate incorrect code.")