Function: make-ebrowse-position
make-ebrowse-position is a byte-compiled function defined in
ebrowse.el.gz.
Signature
(make-ebrowse-position &key FILE-NAME POINT TARGET INFO)
Documentation
Constructor for objects of type ebrowse-position.
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