changeset 23123:a8bedd394d55

(appt-check): Start the appt-mode-string w/ space.
author Karl Heuer <kwzh@gnu.org>
date Thu, 27 Aug 1998 15:16:25 +0000
parents 07b9777e6713
children 176e4901705d
files lisp/calendar/appt.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))