]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-interactive-only-functions): Add previous-line and next-line.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 21 Aug 2007 15:53:39 +0000 (15:53 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 21 Aug 2007 15:53:39 +0000 (15:53 +0000)
lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el

index 7f9f47a1051bc58d75854d1f4d24d8f345e40309..481902de502698b1f561dad84b45d6dae3af8216 100644 (file)
@@ -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.
 
index 286725f99c102662da6d980a6590697263e03ac9..45c8422e64f3a9e56ef9134738999b5d8528c11a 100644 (file)
@@ -385,7 +385,7 @@ Elements of the list may be:
 
 (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