Function: edebug-top-offset

edebug-top-offset is a byte-compiled function defined in edebug.el.gz.

Signature

(edebug-top-offset CURSOR)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
(defsubst edebug-top-offset (cursor)
  ;; Return the top offset pair corresponding to the top element.
  (car (cdr cursor)))