Function: rfn-eshadow-sifn-equal

rfn-eshadow-sifn-equal is a byte-compiled function defined in rfn-eshadow.el.gz.

Signature

(rfn-eshadow-sifn-equal GOAL POS)

Source Code

;; Defined in /usr/src/emacs/lisp/rfn-eshadow.el.gz
(defsubst rfn-eshadow-sifn-equal (goal pos)
  (equal goal (condition-case nil
		  (substitute-in-file-name
		   (buffer-substring-no-properties pos (point-max)))
		;; `substitute-in-file-name' can fail on partial input.
		(error nil))))