Function: ebrowse-position-target

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

Signature

(ebrowse-position-target CL-X)

Documentation

Access slot "target" 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