Function: icalendar-print-geo-coordinates

icalendar-print-geo-coordinates is a byte-compiled function defined in icalendar-parser.el.gz.

Signature

(icalendar-print-geo-coordinates VAL)

Documentation

Serialize an icalendar-geo-coordinates value to a string.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(defun ical:print-geo-coordinates (val)
  "Serialize an `icalendar-geo-coordinates' value to a string."
  (concat (number-to-string (car val)) ";" (number-to-string (cdr val))))