emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/diff-mode.el,v


From: Vinicius Jose Latorre
Subject: [Emacs-diffs] Changes to emacs/lisp/diff-mode.el,v
Date: Sat, 26 Jul 2008 00:28:46 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Vinicius Jose Latorre <viniciusjl>      08/07/26 00:28:45

Index: diff-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/diff-mode.el,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -b -r1.148 -r1.149
--- diff-mode.el        25 Jul 2008 02:34:31 -0000      1.148
+++ diff-mode.el        26 Jul 2008 00:28:45 -0000      1.149
@@ -1881,8 +1881,8 @@
         ;; When there's no more hunks, diff-hunk-next signals an error.
        (error nil)))))
 
-(defun diff-show-trailing-blanks ()
-  "Show trailing blanks in modified lines for diff-mode."
+(defun diff-show-trailing-whitespaces ()
+  "Show trailing whitespaces in modified lines for diff-mode."
   (interactive)
   (let ((whitespace-style '(trailing))
         (whitespace-trailing-regexp "^[-\+!<>].*?\\([\t ]+\\)$"))




reply via email to

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