changeset 38679:341786a2d705

(info-insert-file-contents): Use info-file-exists-p instread of file-exists-p.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 03 Aug 2001 12:33:14 +0000
parents 7facfc2a6cdd
children 17645cf48740
files lisp/info.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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