Function: icalendar-ast-node-first-child-of

icalendar-ast-node-first-child-of is a byte-compiled function defined in icalendar-ast.el.gz.

Signature

(icalendar-ast-node-first-child-of TYPE NODE)

Documentation

Return the first child of NODE of type TYPE, or nil.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-ast.el.gz
(defun ical:ast-node-first-child-of (type node)
  "Return the first child of NODE of type TYPE, or nil."
  (assq type (ical:ast-node-children node)))