diff options
| -rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index eb3f46d3d7a..2c808a5b4bd 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el | |||
| @@ -411,7 +411,8 @@ specify different fields to sort on." | |||
| 411 | :type '(choice (const name) (const callers) (const calls) | 411 | :type '(choice (const name) (const callers) (const calls) |
| 412 | (const calls+callers) (const nil))) | 412 | (const calls+callers) (const nil))) |
| 413 | 413 | ||
| 414 | (defvar byte-compile-debug nil) | 414 | (defvar byte-compile-debug nil |
| 415 | "If non-nil, byte compile errors will be raised as signals instead of logged.") | ||
| 415 | (defvar byte-compile-constants nil | 416 | (defvar byte-compile-constants nil |
| 416 | "List of all constants encountered during compilation of this form.") | 417 | "List of all constants encountered during compilation of this form.") |
| 417 | (defvar byte-compile-variables nil | 418 | (defvar byte-compile-variables nil |