From: Stefan Monnier Date: Tue, 21 Aug 2007 15:53:39 +0000 (+0000) Subject: (byte-compile-interactive-only-functions): Add previous-line and next-line. X-Git-Tag: emacs-pretest-23.0.90~11424 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7a252d11f301cb52381b1ed918b820ff631b7b69;p=emacs.git (byte-compile-interactive-only-functions): Add previous-line and next-line. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7f9f47a1051..481902de502 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 286725f99c1..45c8422e64f 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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