Function: comp-cstr-greatest-in-range

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

Signature

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

Documentation

Greater entry in RANGE.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp-cstr.el.gz
(defsubst comp-cstr-greatest-in-range (range)
  "Greater entry in RANGE."
  (cdar (last range)))