Variable: diary-goto-entry-function

diary-goto-entry-function is a variable defined in diary-lib.el.gz.

Value

#[128 "\300\301\"\207"
      [apply todo-diary-goto-entry diary-goto-entry nil]
      4 nil]

Documentation

Function called to jump to a diary entry.

Modes that require special handling of the included file containing the diary entry can assign a suitable function to this variable.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/diary-lib.el.gz
(defvar diary-goto-entry-function #'diary-goto-entry
  "Function called to jump to a diary entry.
Modes that require special handling of the included file
containing the diary entry can assign a suitable function to this
variable.")