diff options
| author | Juri Linkov <juri@linkov.net> | 2019-07-08 01:54:29 +0300 |
|---|---|---|
| committer | Juri Linkov <juri@linkov.net> | 2019-07-08 01:54:29 +0300 |
| commit | 147a2a8861e8b4838427db4d0a8e1ba6be320bfe (patch) | |
| tree | 0152aef909d59f227c42b7220627e73d47005be0 /lisp/vc/vc-git.el | |
| parent | 8d09cb21f8ad4c3d3197dadfcc38fe925da558d0 (diff) | |
| download | emacs-147a2a8861e8b4838427db4d0a8e1ba6be320bfe.tar.gz | |
* lisp/vc/vc-dir.el (vc-dir-view-file): New command for consistency with dired
* lisp/vc/vc-git.el (vc-git-log-incoming, vc-git-log-outgoing):
Remove interactive spec from non-command functions. (Bug#12492)
Diffstat (limited to 'lisp/vc/vc-git.el')
| -rw-r--r-- | lisp/vc/vc-git.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index f62e1083229..8b828563325 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el @@ -1048,7 +1048,6 @@ If LIMIT is a revision string, use it as an end-revision." '("--"))))))) (defun vc-git-log-outgoing (buffer remote-location) - (interactive) (vc-setup-buffer buffer) (vc-git-command buffer 'async nil @@ -1062,7 +1061,6 @@ If LIMIT is a revision string, use it as an end-revision." "..HEAD"))) (defun vc-git-log-incoming (buffer remote-location) - (interactive) (vc-setup-buffer buffer) (vc-git-command nil 0 nil "fetch") (vc-git-command |
