1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00

(byte-compile-interactive-only-functions): Add previous-line and next-line.

This commit is contained in:
Stefan Monnier 2007-08-21 15:53:39 +00:00
parent 80d7d79f55
commit 7a252d11f3
2 changed files with 4 additions and 1 deletions

View 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.

View 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