From: Gerd Moellmann Date: Fri, 3 Aug 2001 12:33:14 +0000 (+0000) Subject: (info-insert-file-contents): Use info-file-exists-p X-Git-Tag: emacs-pretest-21.0.105~295 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8fa4e874202bb8a2a5b63bbdd2aa9551df3d117;p=emacs.git (info-insert-file-contents): Use info-file-exists-p instread of file-exists-p. --- diff --git a/lisp/info.el b/lisp/info.el index 91344b850fb..29b34632d52 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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