From 287404f340132cf51aeed21423e7161d939c7d33 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 7 Nov 1997 19:23:34 +0000 Subject: [PATCH] (cal-tex-cursor-week-iso): Delete spurious %. --- lisp/calendar/cal-tex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/cal-tex.el b/lisp/calendar/cal-tex.el index 14cb64cfce5..31232e76011 100644 --- a/lisp/calendar/cal-tex.el +++ b/lisp/calendar/cal-tex.el @@ -824,7 +824,7 @@ Holidays are included if `cal-tex-holidays' is t." (cal-tex-nl) (setq month (extract-calendar-month date)) (setq year (extract-calendar-year date))) - (cal-tex-e-parbox)% + (cal-tex-e-parbox) (if (/= i n) (progn (run-hooks 'cal-tex-week-hook) -- 2.39.2