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:
parent
80d7d79f55
commit
7a252d11f3
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user