(change-log-mode): Set `show-trailing-whitespace'.
This commit is contained in:
parent
3cacba85d9
commit
ccf0d2ca2b
2 changed files with 4 additions and 1 deletions
|
@ -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'.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue