Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ccf0d2ca
Commit
ccf0d2ca
authored
Jun 20, 2007
by
Juanma Barranquero
Browse files
(change-log-mode): Set `show-trailing-whitespace'.
parent
3cacba85
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/add-log.el
lisp/add-log.el
+2
-1
No files found.
lisp/ChangeLog
View file @
ccf0d2ca
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'.
...
...
lisp/add-log.el
View file @
ccf0d2ca
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment