Function: calc-locate-cursor-element
calc-locate-cursor-element is an autoloaded and byte-compiled function
defined in calc-yank.el.gz.
Signature
(calc-locate-cursor-element PT)
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-yank.el.gz
(defun calc-locate-cursor-element (pt)
(save-excursion
(goto-char (point-max))
(calc-locate-cursor-scan (- calc-stack-top) calc-stack pt)))