]> git.eshelyaron.com Git - emacs.git/commitdiff
(info-insert-file-contents): Use info-file-exists-p
authorGerd Moellmann <gerd@gnu.org>
Fri, 3 Aug 2001 12:33:14 +0000 (12:33 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 3 Aug 2001 12:33:14 +0000 (12:33 +0000)
instread of file-exists-p.

lisp/info.el

index 91344b850fb99eb6cd8523aa015e6d4a6f63d54d..29b34632d527bb043dee369806a46b8d892eeb9a 100644 (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