# HG changeset patch # User Dan Nicolaescu # Date 1217994613 0 # Node ID 4c6e2fb9905e0aa81579d2184bd049518fcd0114 # Parent b51913497dd348a411da694aab47699d568ea92d (diff-show-trailing-whitespaces): Fix typo. diff -r b51913497dd3 -r 4c6e2fb9905e lisp/ChangeLog --- a/lisp/ChangeLog Wed Aug 06 03:49:03 2008 +0000 +++ b/lisp/ChangeLog Wed Aug 06 03:50:13 2008 +0000 @@ -1,5 +1,7 @@ 2008-08-06 Dan Nicolaescu + * diff-mode.el (diff-show-trailing-whitespaces): Fix typo. + * vc-dir.el (vc-dir-mode): Fix typo. 2008-08-06 Vinicius Jose Latorre diff -r b51913497dd3 -r 4c6e2fb9905e lisp/diff-mode.el --- a/lisp/diff-mode.el Wed Aug 06 03:49:03 2008 +0000 +++ b/lisp/diff-mode.el Wed Aug 06 03:50:13 2008 +0000 @@ -1886,7 +1886,7 @@ (interactive) (let ((whitespace-style '(trailing)) (whitespace-trailing-regexp "^[-\+!<>].*?\\([\t ]+\\)$")) - (whitespace-mode 1))) ; display trailing blanks in diff buffer + (whitespace-mode 1))) ; display trailing whitespace in diff buffer ;; provide the package (provide 'diff-mode)