aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc/diff-mode.el
diff options
context:
space:
mode:
authorDan Nicolaescu2012-09-10 10:40:13 -0400
committerDan Nicolaescu2012-09-10 10:40:13 -0400
commit0780c517047149e025890fcbfc4e7afdfa5e10f3 (patch)
tree0ae08546c4a1cc99fa5db6c572d9a54bdca030b7 /lisp/vc/diff-mode.el
parentcdff2ce78c32bbeb6442c62605b61d3af92e812d (diff)
downloademacs-0780c517047149e025890fcbfc4e7afdfa5e10f3.tar.gz
emacs-0780c517047149e025890fcbfc4e7afdfa5e10f3.zip
* vc/diff-mode.el (diff-mode-menu): diff-remove-trailing-whitespace.
Diffstat (limited to 'lisp/vc/diff-mode.el')
-rw-r--r--lisp/vc/diff-mode.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el
index c6a9371ea9a..11ec785b647 100644
--- a/lisp/vc/diff-mode.el
+++ b/lisp/vc/diff-mode.el
@@ -178,6 +178,8 @@ when editing big diffs)."
178 ["Unified -> Context" diff-unified->context 178 ["Unified -> Context" diff-unified->context
179 :help "Convert unified diffs to context diffs"] 179 :help "Convert unified diffs to context diffs"]
180 ;;["Fixup Headers" diff-fixup-modifs (not buffer-read-only)] 180 ;;["Fixup Headers" diff-fixup-modifs (not buffer-read-only)]
181 ["Remove trailing whitespace" diff-remove-trailing-whitespace
182 :help "Remove trailing whitespace problems introduced by the diff"]
181 ["Show trailing whitespace" whitespace-mode 183 ["Show trailing whitespace" whitespace-mode
182 :style toggle :selected (bound-and-true-p whitespace-mode) 184 :style toggle :selected (bound-and-true-p whitespace-mode)
183 :help "Show trailing whitespace in modified lines"] 185 :help "Show trailing whitespace in modified lines"]