]> git.eshelyaron.com Git - emacs.git/commitdiff
Small fix for type of 'display-fill-column-indicator-character'
authorPhilipp Stephani <phst@google.com>
Sat, 9 May 2020 12:33:05 +0000 (14:33 +0200)
committerPhilipp 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

index bd32c7c61d3b960d7c7e4a618a142606d86c1869..6632687da47df9a16a34f669472ad746999e8198 100644 (file)
@@ -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