emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109969: * vc/diff-mode.el (diff-mode


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109969: * vc/diff-mode.el (diff-mode-menu): diff-remove-trailing-whitespace.
Date: Mon, 10 Sep 2012 10:40:13 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109969
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Mon 2012-09-10 10:40:13 -0400
message:
  * vc/diff-mode.el (diff-mode-menu): diff-remove-trailing-whitespace.
modified:
  lisp/ChangeLog
  lisp/vc/diff-mode.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-09-10 01:16:13 +0000
+++ b/lisp/ChangeLog    2012-09-10 14:40:13 +0000
@@ -1,3 +1,8 @@
+2012-09-10  Dan Nicolaescu  <address@hidden>
+
+       * vc/diff-mode.el (diff-mode-menu): Bind
+       diff-remove-trailing-whitespace.
+
 2012-09-10  Stefan Monnier  <address@hidden>
 
        * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.

=== modified file 'lisp/vc/diff-mode.el'
--- a/lisp/vc/diff-mode.el      2012-08-15 16:29:11 +0000
+++ b/lisp/vc/diff-mode.el      2012-09-10 14:40:13 +0000
@@ -178,6 +178,8 @@
     ["Unified -> Context"      diff-unified->context
      :help "Convert unified diffs to context diffs"]
     ;;["Fixup Headers"         diff-fixup-modifs       (not buffer-read-only)]
+    ["Remove trailing whitespace" diff-remove-trailing-whitespace
+     :help "Remove trailing whitespace problems introduced by the diff"]
     ["Show trailing whitespace" whitespace-mode
      :style toggle :selected (bound-and-true-p whitespace-mode)
      :help "Show trailing whitespace in modified lines"]


reply via email to

[Prev in Thread] Current Thread [Next in Thread]