Function: ebrowse-position-point
ebrowse-position-point is a byte-compiled function defined in
ebrowse.el.gz.
Signature
(ebrowse-position-point ebrowse-position-point X)
Documentation
Access slot "point" of ebrowse-position struct X.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/ebrowse.el.gz
;;; Tags position management
;;; Structures of this kind are the elements of the position stack.
(cl-defstruct (ebrowse-position)
file-name ; in which file
point ; point in file
target ; t if target of a jump
info) ; (CLASS FUNC MEMBER) jumped to