Function: edebug-empty-cursor
edebug-empty-cursor is a byte-compiled function defined in
edebug.el.gz.
Signature
(edebug-empty-cursor CURSOR)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
(defsubst edebug-empty-cursor (cursor)
;; Return non-nil if CURSOR is empty - meaning no more elements.
(null (car cursor)))