aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2009-08-10 16:28:18 +0000
committerStefan Monnier <[email protected]>2009-08-10 16:28:18 +0000
commitdfd4e693617f41bde5bf6b1bc971a12bbb38b74f (patch)
tree4de0d23d9ef8f45b22d942b55401e474523ee25e /lisp/emacs-lisp
parent83326559df895ca06f8ad731a13842e6ccf7eb1e (diff)
(byte-compile-interactive-only-functions): Add goto-line.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/bytecomp.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 196b1af0e3..4ab701bf55 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -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