(byte-compile-interactive-only-functions): Add goto-line.

This commit is contained in:
Stefan Monnier 2009-08-10 16:28:18 +00:00
parent 83326559df
commit dfd4e69361
2 changed files with 7 additions and 1 deletions

View file

@ -425,7 +425,8 @@ else the global value will be modified."
(defvar byte-compile-interactive-only-functions
'(beginning-of-buffer end-of-buffer replace-string replace-regexp
insert-file insert-buffer insert-file-literally previous-line next-line)
insert-file insert-buffer insert-file-literally previous-line next-line
goto-line)
"List of commands that are not meant to be called from Lisp.")
(defvar byte-compile-not-obsolete-var nil