emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/subed 9bc42c6 192/389: arg instead of (not (eq nil arg))


From: ELPA Syncer
Subject: [nongnu] elpa/subed 9bc42c6 192/389: arg instead of (not (eq nil arg))
Date: Fri, 3 Dec 2021 11:00:24 -0500 (EST)

branch: elpa/subed
commit 9bc42c695d6b0ca731711046e24e6e1e9a2da86d
Author: Random User <rndusr@posteo.de>
Commit: Random User <rndusr@posteo.de>

    arg instead of (not (eq nil arg))
    
    What was I thinking?
---
 subed/subed-config.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subed/subed-config.el b/subed/subed-config.el
index f37f304..e485948 100644
--- a/subed/subed-config.el
+++ b/subed/subed-config.el
@@ -136,7 +136,7 @@ default.
 Return new `subed-milliseconds-adjust' value."
   (cond ((integerp arg)
           (setq subed-milliseconds-adjust arg))                     ;; Custom 
adjustment
-        ((not (eq nil arg))
+        (arg
          (custom-reevaluate-setting #'subed-milliseconds-adjust)))  ;; Reset 
to default
   subed-milliseconds-adjust)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]