Function: comint--match-partial-filename

comint--match-partial-filename is a byte-compiled function defined in comint.el.gz.

Signature

(comint--match-partial-filename)

Documentation

Return the filename at point as-is, or nil if none is found.

See comint-word.

Source Code

;; Defined in /usr/src/emacs/lisp/comint.el.gz
(defun comint--match-partial-filename ()
  "Return the filename at point as-is, or nil if none is found.
See `comint-word'."
  (comint-word comint-file-name-chars))