# HG changeset patch # User Stefan Monnier # Date 1187711619 0 # Node ID ee14b9e1fa7fe18769dcc582d63975cde8f3a507 # Parent 2a2056106d16c668f07841068785ddb70944ec62 (byte-compile-interactive-only-functions): Add previous-line and next-line. diff -r 2a2056106d16 -r ee14b9e1fa7f lisp/ChangeLog --- 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 + * 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. diff -r 2a2056106d16 -r ee14b9e1fa7f lisp/emacs-lisp/bytecomp.el --- 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