From b8fa4e874202bb8a2a5b63bbdd2aa9551df3d117 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 3 Aug 2001 12:33:14 +0000 Subject: [PATCH] (info-insert-file-contents): Use info-file-exists-p instread of file-exists-p. --- lisp/info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2