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

    Correct `not` check for the "mode"
---
 spell-fu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spell-fu.el b/spell-fu.el
index 2cfc2bceda0..ab835061da2 100644
--- a/spell-fu.el
+++ b/spell-fu.el
@@ -1923,7 +1923,7 @@ Argument DICT-FILE is the absolute path to the 
dictionary."
   (declare (important-return-value nil))
   (when (and
          ;; Not already enabled.
-         (null spell-fu-mode)
+         (not spell-fu-mode)
          ;; Not in the mini-buffer.
          (null (minibufferp))
          ;; Not a special mode (package list, tabulated data ... etc)

Reply via email to