changeset 104228:1261930ee0d2

(byte-compile-interactive-only-functions): Add goto-line.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 10 Aug 2009 16:28:18 +0000
parents da1290c3d63f
children e9dfa3ace3bb
files lisp/ChangeLog lisp/emacs-lisp/bytecomp.el
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Aug 10 02:52:57 2009 +0000
+++ b/lisp/ChangeLog	Mon Aug 10 16:28:18 2009 +0000
@@ -1,3 +1,8 @@
+2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
+	Add goto-line.
+
 2009-08-10  Miles Bader  <miles@gnu.org>
 
 	* progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
--- a/lisp/emacs-lisp/bytecomp.el	Mon Aug 10 02:52:57 2009 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Mon Aug 10 16:28:18 2009 +0000
@@ -425,7 +425,8 @@
 
 (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