Mercurial > emacs
changeset 100843:fbcc7e272f87
Remove spurious backspace.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 03 Jan 2009 03:31:54 +0000 |
parents | 3c1eec3da09d |
children | 6e0a37f8fd47 |
files | lisp/diff-mode.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/diff-mode.el Fri Jan 02 19:25:50 2009 +0000 +++ b/lisp/diff-mode.el Sat Jan 03 03:31:54 2009 +0000 @@ -1,7 +1,7 @@ ;;; diff-mode.el --- a mode for viewing/editing context diffs ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: convenience patch diff @@ -1889,7 +1889,7 @@ "Show trailing whitespaces in modified lines for diff-mode." (interactive) (let ((whitespace-style '(trailing)) - (whitespace-trailing-regexp "^[-\+!<>].*?\\([\t ]+\\)$")) + (whitespace-trailing-regexp "^[-+!<>].*?\\([\t ]+\\)$")) (whitespace-mode 1))) ; display trailing whitespace in diff buffer ;; provide the package