Function: calendar-mark-today

calendar-mark-today is a byte-compiled function defined in calendar.el.gz.

Signature

(calendar-mark-today)

Documentation

Mark the date under the cursor in the calendar window.

The date is marked with calendar-today-marker. You might want to add this function to calendar-today-visible-hook.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
(defun calendar-mark-today ()
  "Mark the date under the cursor in the calendar window.
The date is marked with `calendar-today-marker'.  You might want to add
this function to `calendar-today-visible-hook'."
  (calendar-mark-visible-date (calendar-cursor-to-date) calendar-today-marker))