(show-trailing-whitespace): Safe if boolean. (Bug#5312)
This commit is contained in:
parent
49caf252e5
commit
3a4f3a3b0a
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue