changeset 82503:ee14b9e1fa7f

(byte-compile-interactive-only-functions): Add previous-line and next-line.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 21 Aug 2007 15:53:39 +0000
parents 2a2056106d16
children b5ffcd309b13
files lisp/ChangeLog lisp/emacs-lisp/bytecomp.el
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Aug 21 15:18:06 2007 +0000
+++ b/lisp/ChangeLog	Tue Aug 21 15:53:39 2007 +0000
@@ -1,5 +1,8 @@
 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
+	Add previous-line and next-line.
+
 	* vc-arch.el (vc-arch-extra-menu-map): New var and fun.
 	(vc-arch-find-file-not-found-hook): Remove, it's now the default.
 
--- a/lisp/emacs-lisp/bytecomp.el	Tue Aug 21 15:18:06 2007 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Tue Aug 21 15:53:39 2007 +0000
@@ -385,7 +385,7 @@
 
 (defvar byte-compile-interactive-only-functions
   '(beginning-of-buffer end-of-buffer replace-string replace-regexp
-    insert-file insert-buffer insert-file-literally)
+    insert-file insert-buffer insert-file-literally previous-line next-line)
   "List of commands that are not meant to be called from Lisp.")
 
 (defvar byte-compile-not-obsolete-var nil