diff options
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
| -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 196b1af0e3a..4ab701bf55c 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el | |||
| @@ -425,7 +425,8 @@ else the global value will be modified." | |||
| 425 | 425 | ||
| 426 | (defvar byte-compile-interactive-only-functions | 426 | (defvar byte-compile-interactive-only-functions |
| 427 | '(beginning-of-buffer end-of-buffer replace-string replace-regexp | 427 | '(beginning-of-buffer end-of-buffer replace-string replace-regexp |
| 428 | insert-file insert-buffer insert-file-literally previous-line next-line) | 428 | insert-file insert-buffer insert-file-literally previous-line next-line |
| 429 | goto-line) | ||
| 429 | "List of commands that are not meant to be called from Lisp.") | 430 | "List of commands that are not meant to be called from Lisp.") |
| 430 | 431 | ||
| 431 | (defvar byte-compile-not-obsolete-var nil | 432 | (defvar byte-compile-not-obsolete-var nil |