Function: xref-bogus-location-p

xref-bogus-location-p is a byte-compiled function defined in xref.el.gz.

Signature

(xref-bogus-location-p CL-X)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
(cl-defstruct (xref-bogus-location
               (:constructor xref-make-bogus-location (message)))
  "Bogus locations are sometimes useful to indicate errors,
e.g. when we know that a function exists but the actual location
is not known."
  message)