Function: semantic-highlight-edits-new-change-hook-fcn

semantic-highlight-edits-new-change-hook-fcn is a byte-compiled function defined in util-modes.el.gz.

Signature

(semantic-highlight-edits-new-change-hook-fcn OVERLAY)

Documentation

Function set into semantic-edits-new-change-hook.

Argument OVERLAY is the overlay created to mark the change. This function will set the face property on this overlay.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/util-modes.el.gz
(defun semantic-highlight-edits-new-change-hook-fcn (overlay)
  "Function set into `semantic-edits-new-change-hook'.
Argument OVERLAY is the overlay created to mark the change.
This function will set the face property on this overlay."
  (overlay-put overlay 'face 'semantic-highlight-edits-face))