Function: diff-filename-drop-dir

diff-filename-drop-dir is a byte-compiled function defined in diff-mode.el.gz.

Signature

(diff-filename-drop-dir FILE)

Source Code

;; Defined in /usr/src/emacs/lisp/vc/diff-mode.el.gz
(defun diff-filename-drop-dir (file)
  (when (string-match "/" file) (substring file (match-end 0))))