projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
822d9eb
)
Declare whitespace-line-column a safe file-local
author
Dmitry Gutov
<dgutov@yandex.ru>
Wed, 8 Jul 2015 22:38:29 +0000
(
01:38
+0300)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Wed, 8 Jul 2015 22:38:29 +0000
(
01:38
+0300)
* lisp/whitespace.el (whitespace-line-column): Declare to be a
safe file-local when the value is an integer.
lisp/whitespace.el
patch
|
blob
|
history
diff --git
a/lisp/whitespace.el
b/lisp/whitespace.el
index fad3e2f3ea6fdc7111e7e1447fedce93a1ed542e..a1a6c3ce04abdfc68f915acfe1ea303d41ae780a 100644
(file)
--- a/
lisp/whitespace.el
+++ b/
lisp/whitespace.el
@@
-884,6
+884,7
@@
Used when `whitespace-style' includes `lines' or `lines-tail'."
:type '(choice :tag "Line Length Limit"
(integer :tag "Line Length")
(const :tag "Use fill-column" nil))
+ :safe 'integerp
:group 'whitespace)