changeset 81501:801606fb518b

(change-log-mode): Set `show-trailing-whitespace'.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 20 Jun 2007 14:17:08 +0000
parents 55e8330e329d
children 6bf1c9a27242
files lisp/add-log.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/add-log.el	Wed Jun 20 12:18:47 2007 +0000
+++ b/lisp/add-log.el	Wed Jun 20 14:17:08 2007 +0000
@@ -695,7 +695,8 @@
   (setq left-margin 8
 	fill-column 74
 	indent-tabs-mode t
-	tab-width 8)
+	tab-width 8
+	show-trailing-whitespace t)
   (set (make-local-variable 'fill-paragraph-function)
        'change-log-fill-paragraph)
   (set (make-local-variable 'indent-line-function) 'change-log-indent)