Function: comp-cstr-smallest-in-range

comp-cstr-smallest-in-range is a byte-compiled function defined in comp-cstr.el.gz.

Signature

(comp-cstr-smallest-in-range RANGE)

Documentation

Smallest entry in RANGE.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp-cstr.el.gz
(defsubst comp-cstr-smallest-in-range (range)
  "Smallest entry in RANGE."
  (caar range))