diff options
Diffstat (limited to 'lisp/info.el')
| -rw-r--r-- | lisp/info.el | 2 |
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 |