From: Juanma Barranquero Date: Wed, 20 Jun 2007 14:17:36 +0000 (+0000) Subject: (change-log-mode): Set `show-trailing-whitespace'. X-Git-Tag: emacs-pretest-23.0.90~12198 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ccf0d2ca2b390723f82ad0c4ab4a8b5442357687;p=emacs.git (change-log-mode): Set `show-trailing-whitespace'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f644b355137..bc63d37234f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2007-06-20 Juanma Barranquero + * 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'. diff --git a/lisp/add-log.el b/lisp/add-log.el index 08ce78d371d..3ec00b81b35 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -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)