diff options
| author | Dan Nicolaescu | 2010-08-05 21:01:00 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-08-05 21:01:00 -0700 |
| commit | b3d42406f854852f3ca4a45112c8cd182279a23b (patch) | |
| tree | 77f48fd4972158eeacfbbc529e1c91ca4bf03e61 /etc | |
| parent | cbfb9427737c02f3238e8e131dd062dd6bca796f (diff) | |
| download | emacs-b3d42406f854852f3ca4a45112c8cd182279a23b.tar.gz emacs-b3d42406f854852f3ca4a45112c8cd182279a23b.zip | |
* lisp/vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -258,6 +258,9 @@ is just left as is in the message, so it is not lost. | |||
| 258 | **** vc-bzr handles Author:, Date: and Fixes: | 258 | **** vc-bzr handles Author:, Date: and Fixes: |
| 259 | **** vc-mtn handles Author: and Date: | 259 | **** vc-mtn handles Author: and Date: |
| 260 | 260 | ||
| 261 | *** Pressing g in a *vc-diff* buffer reruns vc-diff, so it will | ||
| 262 | produce an up to date diff. | ||
| 263 | |||
| 261 | ** Directory local variables can apply to file-less buffers. | 264 | ** Directory local variables can apply to file-less buffers. |
| 262 | For example, adding "(diff-mode . ((mode . whitespace)))" to your | 265 | For example, adding "(diff-mode . ((mode . whitespace)))" to your |
| 263 | .dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* buffers. | 266 | .dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* buffers. |