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

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

[nongnu] elpa/pacmacs af0fe59457 309/472: Fix FIXME regarding Emacs 24.3


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs af0fe59457 309/472: Fix FIXME regarding Emacs 24.3 support (#159)
Date: Thu, 6 Jan 2022 21:59:34 -0500 (EST)

branch: elpa/pacmacs
commit af0fe594572bccf8e374b41a9a7ad5be2da6e3eb
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    Fix FIXME regarding Emacs 24.3 support (#159)
---
 pacmacs.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pacmacs.el b/pacmacs.el
index 3f11ad74b2..310a6e579b 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -158,8 +158,9 @@
     (plist-bind ((terrified-timer :terrified-timer))
         terrified-ghost
       (when
-          ;; FIXME: In Emacs 24.3 `<=` accepts only arguments. Please
-          ;; rewrite this when Emacs 24.3 is finally dropped.
+          ;; FIXME: In Emacs 24.3 `<=` accepts only 2
+          ;; arguments. Please rewrite this when Emacs 24.3 is finally
+          ;; dropped.
           (and (<= (- terrified-timer pacmacs-tick-duration-ms)
                    pacmacs--ghost-blinking-threshold-ms)
                (<= pacmacs--ghost-blinking-threshold-ms



reply via email to

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