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
3a4f3a3b
Commit
3a4f3a3b
authored
Jan 13, 2010
by
Glenn Morris
Browse files
(show-trailing-whitespace): Safe if boolean. (Bug#5312)
parent
49caf252
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/frame.el
lisp/frame.el
+1
-0
No files found.
lisp/ChangeLog
View file @
3a4f3a3b
2010-01-14 Glenn Morris <rgm@gnu.org>
* frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2010-01-14 Kenichi Handa <handa@m17n.org>
* composite.el (auto-composition-mode): Make it a buffer local
...
...
lisp/frame.el
View file @
3a4f3a3b
...
...
@@ -1525,6 +1525,7 @@ left untouched. FRAME nil or omitted means use the selected frame."
"Non-nil means highlight trailing whitespace.
This is done in the face `trailing-whitespace'."
:type
'boolean
:safe
'booleanp
:group
'whitespace-faces
)
...
...
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