(info-insert-file-contents): Use info-file-exists-p

instread of file-exists-p.
This commit is contained in:
Gerd Moellmann 2001-08-03 12:33:14 +00:00
parent b0fa1513a6
commit b8fa4e8742

View file

@ -270,7 +270,7 @@ Do the right thing if the file has been compressed or zipped."
(check-short (and (fboundp 'msdos-long-file-names)
lfn))
fullname decoder done)
(if (file-exists-p filename)
(if (info-file-exists-p filename)
;; FILENAME exists--see if that name contains a suffix.
;; If so, set DECODE accordingly.
(progn