Function: ebrowse-position-p

ebrowse-position-p is a byte-compiled function defined in ebrowse.el.gz.

Signature

(ebrowse-position-p 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