# HG changeset patch # User Karl Heuer # Date 765500399 0 # Node ID 5ab295d49e7f062af9a0ea560471197bcd3d6de4 # Parent 569c3687217fcd76f4433b9e74fe4c9bb7ba38bc (generate-calendar-month): Add mouse-face properties. diff -r 569c3687217f -r 5ab295d49e7f lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Mon Apr 04 21:55:52 1994 +0000 +++ b/lisp/calendar/calendar.el Mon Apr 04 22:59:59 1994 +0000 @@ -1387,6 +1387,8 @@ ;; Put in the days of the month (calendar-for-loop i from 1 to last do (insert (format "%2d " i)) + (put-text-property (- (point) (if (< i 10) 2 3)) (1- (point)) + 'mouse-face 'highlight) (and (zerop (calendar-mod (+ i blank-days) 7)) (/= i last) (calendar-insert-indented "" 0 t) ;; Force onto following line