projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5e5839
)
Small fix for type of 'display-fill-column-indicator-character'
author
Philipp Stephani
<phst@google.com>
Sat, 9 May 2020 12:33:05 +0000
(14:33 +0200)
committer
Philipp Stephani
<phst@google.com>
Sat, 9 May 2020 12:33:05 +0000
(14:33 +0200)
* lisp/cus-start.el (standard): Don't mark t as safe file-local value
for 'display-fill-column-indicator-character', as that value isn't
allowed.
lisp/cus-start.el
patch
|
blob
|
history
diff --git
a/lisp/cus-start.el
b/lisp/cus-start.el
index bd32c7c61d3b960d7c7e4a618a142606d86c1869..6632687da47df9a16a34f669472ad746999e8198 100644
(file)
--- a/
lisp/cus-start.el
+++ b/
lisp/cus-start.el
@@
-780,7
+780,7
@@
since it could result in memory overflow and make Emacs crash."
:value nil)
character)
"27.1"
- :safe (lambda (value) (or (characterp value) (
booleanp
value))))
+ :safe (lambda (value) (or (characterp value) (
null
value))))
;; xfaces.c
(scalable-fonts-allowed display boolean "22.1")
;; xfns.c