]> git.eshelyaron.com Git - emacs.git/commitdiff
Rename diff-show-trailing-blanks to diff-show-trailing-whitespaces.
authorVinicius Jose Latorre <viniciusjl@ig.com.br>
Sat, 26 Jul 2008 00:28:45 +0000 (00:28 +0000)
committerVinicius Jose Latorre <viniciusjl@ig.com.br>
Sat, 26 Jul 2008 00:28:45 +0000 (00:28 +0000)
lisp/ChangeLog
lisp/diff-mode.el

index b99b00328cb94687a607cf3ce355ad1bad581163..ce3a81033b3b9b2a8b2707333346619df6ec2841 100644 (file)
@@ -1,3 +1,8 @@
+2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * diff-mode.el (diff-show-trailing-blanks): Renamed to
+       diff-show-trailing-whitespaces.
+
 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
 
        * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
index 859f69540f95fc9933ca6636546f07a46ca2fa85..d61f7689ae52e9c121f26562db0dffa20e6f1745 100644 (file)
@@ -1881,8 +1881,8 @@ I.e. like `add-change-log-entry-other-window' but applied to all hunks."
         ;; 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 ]+\\)$"))