diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-07-30 22:29:14 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-07-30 22:29:14 +0800 |
commit | 207d1d0462a64116a764d4d5b64d4b8bebf83802 (patch) | |
tree | d0023bd915dfcb6c375f239df7ef2cbd737ff559 /etc | |
parent | 5a2a77359adb44501542f4a4d55e309b8dafbc6a (diff) | |
download | emacs-207d1d0462a64116a764d4d5b64d4b8bebf83802.tar.gz |
Fix for vc-ignore.
* vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
* vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -237,7 +237,7 @@ The default separator is changed to allow surrounding spaces around the comma. *** `D' displays diffs between VC-controlled whole tree revisions. *** `L' lists the change log for the current VC controlled tree in a window. -*** `I' ignores the file under current version control system. +*** `G' ignores the file under current version control system. ** cl-lib |