1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Add keybinding for vc-log-incoming in vc-dir.

* doc/emacs/maintaining.texi (VC Directory Commands): Add keybinding for
vc-log-incoming in vc-dir.
* lisp/vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
This commit is contained in:
Xue Fuqiao 2013-09-21 16:16:13 +08:00
parent 26d078a69e
commit d052d3bdf3
6 changed files with 15 additions and 2 deletions

View file

@ -2336,7 +2336,7 @@ When called interactively with a prefix argument, prompt for LIMIT."
;;;###autoload
(defun vc-log-incoming (&optional remote-location)
"Show a log of changes that will be received with a pull operation from REMOTE-LOCATION.
When called interactively with a prefix argument, prompt for REMOTE-LOCATION.."
When called interactively with a prefix argument, prompt for REMOTE-LOCATION."
(interactive
(when current-prefix-arg
(list (read-string "Remote location (empty for default): "))))