; * lisp/calendar/appt.el (appt-check): Fix byte-compile warning
This commit is contained in:
parent
b88d47beb0
commit
3e62ddc0d8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue