(info-insert-file-contents): Use info-file-exists-p
instread of file-exists-p.
This commit is contained in:
parent
b0fa1513a6
commit
b8fa4e8742
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue