Function: ebrowse-position-info
ebrowse-position-info is a byte-compiled function defined in
ebrowse.el.gz.
Signature
(ebrowse-position-info CL-X)
Documentation
Access slot "info" of ebrowse-position struct CL-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