branch: elpa/undo-fu-session
commit d3067c0063d067d79061c10031b7033874d17368
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Correct use of null/not
---
undo-fu-session.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/undo-fu-session.el b/undo-fu-session.el
index 742c90b0750..8a4ba73439a 100755
--- a/undo-fu-session.el
+++ b/undo-fu-session.el
@@ -901,7 +901,7 @@ Argument PENDING-LIST an `pending-undo-list' compatible
list."
(declare (important-return-value nil))
(when (and
;; Not already enabled.
- (null (bound-and-true-p undo-fu-session-mode))
+ (not (bound-and-true-p undo-fu-session-mode))
;; Not in the mini-buffer.
(null (minibufferp))
;; Not a special mode (package list, tabulated data ... etc)