Function: edebug-top-element

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

Signature

(edebug-top-element CURSOR)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
(defsubst edebug-top-element (cursor)
  ;; Return the top element at the cursor.
  ;; Assumes not empty.
  (car (car cursor)))