aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-06-20 14:17:36 +0000
committerJuanma Barranquero2007-06-20 14:17:36 +0000
commitccf0d2ca2b390723f82ad0c4ab4a8b5442357687 (patch)
treeac94b15ef02bac63c4703efca0cf47142f499280
parent3cacba85d91d453b8dccf787bb615db179996c4f (diff)
downloademacs-ccf0d2ca2b390723f82ad0c4ab4a8b5442357687.tar.gz
emacs-ccf0d2ca2b390723f82ad0c4ab4a8b5442357687.zip
(change-log-mode): Set `show-trailing-whitespace'.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/add-log.el3
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f644b355137..bc63d37234f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12007-06-20 Juanma Barranquero <lekktu@gmail.com> 12007-06-20 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
4
3 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the 5 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
4 directory where the desktop file was found, as the docstring says. 6 directory where the desktop file was found, as the docstring says.
5 (desktop-kill): Use `read-directory-name'. 7 (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'.
695 (setq left-margin 8 695 (setq left-margin 8
696 fill-column 74 696 fill-column 74
697 indent-tabs-mode t 697 indent-tabs-mode t
698 tab-width 8) 698 tab-width 8
699 show-trailing-whitespace t)
699 (set (make-local-variable 'fill-paragraph-function) 700 (set (make-local-variable 'fill-paragraph-function)
700 'change-log-fill-paragraph) 701 'change-log-fill-paragraph)
701 (set (make-local-variable 'indent-line-function) 'change-log-indent) 702 (set (make-local-variable 'indent-line-function) 'change-log-indent)