From: Vinicius Jose Latorre Date: Sat, 26 Jul 2008 00:28:45 +0000 (+0000) Subject: Rename diff-show-trailing-blanks to diff-show-trailing-whitespaces. X-Git-Tag: emacs-pretest-23.0.90~3872 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b8441bf478c7da65d2161c6a55c357c35969ec5;p=emacs.git Rename diff-show-trailing-blanks to diff-show-trailing-whitespaces. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b99b00328cb..ce3a81033b3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-07-25 Vinicius Jose Latorre + + * diff-mode.el (diff-show-trailing-blanks): Renamed to + diff-show-trailing-whitespaces. + 2008-07-25 Chong Yidong * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index 859f69540f9..d61f7689ae5 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el @@ -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 ]+\\)$"))