aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/info.el
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-03 12:33:14 +0000
committerGerd Moellmann2001-08-03 12:33:14 +0000
commitb8fa4e874202bb8a2a5b63bbdd2aa9551df3d117 (patch)
tree752a67873605102d6bf85608fce2e651cf92fda5 /lisp/info.el
parentb0fa1513a6ea9ecfa3e0f5510cfa3d5cba585b72 (diff)
downloademacs-b8fa4e874202bb8a2a5b63bbdd2aa9551df3d117.tar.gz
emacs-b8fa4e874202bb8a2a5b63bbdd2aa9551df3d117.zip
(info-insert-file-contents): Use info-file-exists-p
instread of file-exists-p.
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el2
1 files changed, 1 insertions, 1 deletions
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."
270 (check-short (and (fboundp 'msdos-long-file-names) 270 (check-short (and (fboundp 'msdos-long-file-names)
271 lfn)) 271 lfn))
272 fullname decoder done) 272 fullname decoder done)
273 (if (file-exists-p filename) 273 (if (info-file-exists-p filename)
274 ;; FILENAME exists--see if that name contains a suffix. 274 ;; FILENAME exists--see if that name contains a suffix.
275 ;; If so, set DECODE accordingly. 275 ;; If so, set DECODE accordingly.
276 (progn 276 (progn