diff options
| author | Dan Nicolaescu | 2008-08-06 03:50:13 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-08-06 03:50:13 +0000 |
| commit | d3cecb40410901f079677b1a4d3690e649abec23 (patch) | |
| tree | bb39b214a8c933a5a1a2cb03121ee9e5ed4ed60d /lisp/diff-mode.el | |
| parent | 49c2119dd7484d8a4ab633d181816b1f4ea28407 (diff) | |
| download | emacs-d3cecb40410901f079677b1a4d3690e649abec23.tar.gz emacs-d3cecb40410901f079677b1a4d3690e649abec23.zip | |
(diff-show-trailing-whitespaces): Fix typo.
Diffstat (limited to 'lisp/diff-mode.el')
| -rw-r--r-- | lisp/diff-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index d61f7689ae5..a32047e70f7 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el | |||
| @@ -1886,7 +1886,7 @@ I.e. like `add-change-log-entry-other-window' but applied to all hunks." | |||
| 1886 | (interactive) | 1886 | (interactive) |
| 1887 | (let ((whitespace-style '(trailing)) | 1887 | (let ((whitespace-style '(trailing)) |
| 1888 | (whitespace-trailing-regexp "^[-\+!<>].*?\\([\t ]+\\)$")) | 1888 | (whitespace-trailing-regexp "^[-\+!<>].*?\\([\t ]+\\)$")) |
| 1889 | (whitespace-mode 1))) ; display trailing blanks in diff buffer | 1889 | (whitespace-mode 1))) ; display trailing whitespace in diff buffer |
| 1890 | 1890 | ||
| 1891 | ;; provide the package | 1891 | ;; provide the package |
| 1892 | (provide 'diff-mode) | 1892 | (provide 'diff-mode) |