Function: calendar-not-implemented
calendar-not-implemented is an interactive and byte-compiled function
defined in calendar.el.gz.
Signature
(calendar-not-implemented)
Documentation
Not implemented.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
(defun calendar-not-implemented ()
"Not implemented."
(interactive)
(error "%s not available in the calendar"
(global-key-binding (this-command-keys))))