Function: semantic-debug-frame-highlight

semantic-debug-frame-highlight is a byte-compiled function defined in debug.el.gz.

Signature

(semantic-debug-frame-highlight ARG &rest ARGS)

Implementations

(semantic-debug-frame-highlight (FRAME semantic-debug-frame)) in `semantic/debug.el'.

Undocumented

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/debug.el.gz
(cl-defmethod semantic-debug-frame-highlight ((_frame semantic-debug-frame))
  "Highlight one parser frame."

  )