1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Fix time-test error on machines with mail

* test/lisp/time-tests.el (time-tests-display-time-update): There
may be mail on the machine (bug#44241).
This commit is contained in:
Lars Ingebrigtsen 2020-10-26 21:23:50 +01:00
parent f314ac2a30
commit eb57ae0844

View file

@ -49,6 +49,7 @@
(? digit) digit ":" digit digit
(? (| "AM" "PM"))
" " (+ (| digit "."))
(? " Mail")
string-end)
display-time-string))))