changeset 97029:6990bb16ca16

Rename diff-show-trailing-blanks to diff-show-trailing-whitespaces.
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Sat, 26 Jul 2008 00:28:45 +0000
parents 70c4b1cbc9e3
children d24b8ad1e58b
files lisp/ChangeLog lisp/diff-mode.el
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Jul 25 23:04:21 2008 +0000
+++ b/lisp/ChangeLog	Sat Jul 26 00:28:45 2008 +0000
@@ -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
--- a/lisp/diff-mode.el	Fri Jul 25 23:04:21 2008 +0000
+++ b/lisp/diff-mode.el	Sat Jul 26 00:28:45 2008 +0000
@@ -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 ]+\\)$"))