Function: diff--indicator-removed-matcher

diff--indicator-removed-matcher is a byte-compiled function defined in diff-mode.el.gz.

Signature

(diff--indicator-removed-matcher LIMIT)

Source Code

;; Defined in /usr/src/emacs/lisp/vc/diff-mode.el.gz
(defun diff--indicator-removed-matcher (limit)
  (diff--indicator-matcher-helper limit diff--indicator-removed-re))