# HG changeset patch # User Karl Heuer # Date 904230985 0 # Node ID a8bedd394d5565040665ce3d47ea0460853ed344 # Parent 07b9777e6713248980ff7dc084e3af5b11096adf (appt-check): Start the appt-mode-string w/ space. diff -r 07b9777e6713 -r a8bedd394d55 lisp/calendar/appt.el --- a/lisp/calendar/appt.el Thu Aug 27 15:15:18 1998 +0000 +++ b/lisp/calendar/appt.el Thu Aug 27 15:16:25 1998 +0000 @@ -347,7 +347,7 @@ (when appt-display-mode-line (setq appt-mode-string - (concat "App't in " min-to-app " min. ")) + (concat " App't in " min-to-app " min. ")) (force-mode-line-update t) (sit-for 0))