Function: edebug-copy-cursor
edebug-copy-cursor is a byte-compiled function defined in
edebug.el.gz.
Signature
(edebug-copy-cursor CURSOR)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
(defun edebug-copy-cursor (cursor)
;; Copy the cursor using the same object and offsets.
(cons (car cursor) (cdr cursor)))