# HG changeset patch # User Gerd Moellmann # Date 996841994 0 # Node ID 341786a2d705cdb41e36f40ff907281c50de5af1 # Parent 7facfc2a6cdd1cf92eec135f80ff779ef82f2e91 (info-insert-file-contents): Use info-file-exists-p instread of file-exists-p. diff -r 7facfc2a6cdd -r 341786a2d705 lisp/info.el --- a/lisp/info.el Fri Aug 03 12:28:18 2001 +0000 +++ b/lisp/info.el Fri Aug 03 12:33:14 2001 +0000 @@ -270,7 +270,7 @@ (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