]> git.eshelyaron.com Git - emacs.git/commitdiff
(change-log-mode): Set `show-trailing-whitespace'.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 20 Jun 2007 14:17:36 +0000 (14:17 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 20 Jun 2007 14:17:36 +0000 (14:17 +0000)
lisp/ChangeLog
lisp/add-log.el

index f644b3551378088c33ab7c7506f21fc0aa56705a..bc63d37234f01b6e35b3ad5f63551ff924972a85 100644 (file)
@@ -1,5 +1,7 @@
 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
 
+       * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
+
        * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
        directory where the desktop file was found, as the docstring says.
        (desktop-kill): Use `read-directory-name'.
index 08ce78d371de1a3c682afdf3e7ad336742ebede0..3ec00b81b350e7f421f5131a7f82491a75be6e72 100644 (file)
@@ -695,7 +695,8 @@ Runs `change-log-mode-hook'.
   (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)