Function: icalendar--format-decode-buffer

icalendar--format-decode-buffer is a byte-compiled function defined in icalendar-mode.el.gz.

Signature

(icalendar--format-decode-buffer)

Documentation

Call format-decode-buffer with the 'text/calendar format.

This function is intended to be run from icalendar-mode-hook.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-mode.el.gz
(defun ical:-format-decode-buffer ()
  "Call `format-decode-buffer' with the \\='text/calendar format.
This function is intended to be run from `icalendar-mode-hook'."
  (format-decode-buffer 'text/calendar))