branch: elpa/spell-fu
commit a1953178eee4f31eaaeb12f3690b39167ea81837
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>

    Cleanup: use unquoted t consistently
---
 spell-fu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spell-fu.el b/spell-fu.el
index d2d69a4dcea..08b19779602 100644
--- a/spell-fu.el
+++ b/spell-fu.el
@@ -998,7 +998,7 @@ when checking the entire buffer for example."
       ;; Handy for debugging pending regions to be checked.
       ;; (overlay-put item-ov 'face '(:background "#000000" :extend t))
       (overlay-put item-ov 'spell-fu-pending t)
-      (overlay-put item-ov 'evaporate 't)
+      (overlay-put item-ov 'evaporate t)
       (setq spell-fu--idle-overlay-last item-ov)))
 
   ;; Use `inhibit-quit' as a way to check if `jit-lock-stealth' is in use.

Reply via email to