# HG changeset patch # User Juanma Barranquero # Date 1182349028 0 # Node ID 801606fb518b6f51cbf4104adf6a4e649dbc7c40 # Parent 55e8330e329d11f849745331f2abfd5fbd2aa09c (change-log-mode): Set `show-trailing-whitespace'. diff -r 55e8330e329d -r 801606fb518b lisp/add-log.el --- 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)