Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4c282a27
Commit
4c282a27
authored
Jan 03, 2009
by
Stefan Monnier
Browse files
Remove spurious backspace.
parent
34f3247f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/diff-mode.el
lisp/diff-mode.el
+2
-2
No files found.
lisp/diff-mode.el
View file @
4c282a27
;;; 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 @@ I.e. like `add-change-log-entry-other-window' but applied to all hunks."
"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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment