]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/calendar/appt.el (appt-check): Fix byte-compile warning
authorRobert Pluim <rpluim@gmail.com>
Mon, 23 Jan 2023 13:42:11 +0000 (14:42 +0100)
committerRobert Pluim <rpluim@gmail.com>
Mon, 23 Jan 2023 13:44:37 +0000 (14:44 +0100)
lisp/calendar/appt.el

index a209623b65ec9d286c046d6b38a886edaeb5543e..49597739446c20f27759da7cd293aa09e7a60b65 100644 (file)
@@ -409,7 +409,7 @@ displayed in a window:
                          'face 'mode-line-emphasis)
                         " ")))
         ;; Reset count to 0 in case we display another appt on the next cycle.
-        (setq appt-display-count (if (eq '(0) min-list) 0
+        (setq appt-display-count (if (equal '(0) min-list) 0
                                    (1+ prev-appt-display-count))))
       ;; If we have changed the mode line string, redisplay all mode lines.
       (and appt-display-mode-line