]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-interactive-only-functions): Add goto-line.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 10 Aug 2009 16:28:18 +0000 (16:28 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 10 Aug 2009 16:28:18 +0000 (16:28 +0000)
lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el

index 2e661e20e7eaf18b4e1a052b0fd480ef275db544..0ae8c7cfdd70fc46a0f528e4e88aee05d28e37ae 100644 (file)
@@ -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)
index 196b1af0e3af20f626e3803093097f6b4e554685..4ab701bf55c75d4a1626b22a5739fa4ed8b0a56e 100644 (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