diff options
| author | Lars Ingebrigtsen | 2019-10-30 20:54:44 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-10-30 20:54:44 +0100 |
| commit | 4650aa3523068b83c3d9e6276fe89eb3955ca1e3 (patch) | |
| tree | 219c09341822f32c019e538088ca629047105d49 /etc | |
| parent | f8134d2753e4abb7a12d87af731d2ad213bb5bd1 (diff) | |
| download | emacs-4650aa3523068b83c3d9e6276fe89eb3955ca1e3.tar.gz emacs-4650aa3523068b83c3d9e6276fe89eb3955ca1e3.zip | |
Bind vc-git-stash to a key
* lisp/vc/vc-git.el (vc-git-stash-map): Give `vc-git-stash' a
keystroke, because it's a useful command.
When there are no stashes, there's no way to use that keystroke (since
it's only bound on the stash lines), so perhaps that should also be
fixed somehow.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -876,6 +876,9 @@ This new user option allows customizing the default arguments passed to | |||
| 876 | When some files are marked, only those are stashed. | 876 | When some files are marked, only those are stashed. |
| 877 | When no files are marked, all modified files are stashed, as before. | 877 | When no files are marked, all modified files are stashed, as before. |
| 878 | 878 | ||
| 879 | *** 'vc-git-stash' has now been bound to the 'C' keystroke in the | ||
| 880 | stash headers. | ||
| 881 | |||
| 879 | *** The new hook 'vc-retrieve-tag-hook' runs after retrieving a tag. | 882 | *** The new hook 'vc-retrieve-tag-hook' runs after retrieving a tag. |
| 880 | 883 | ||
| 881 | --- | 884 | --- |