From 322f4559810e375b0d42e4eae12339b4ebd8d051 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Tue, 18 Mar 2008 17:43:26 +0000 Subject: (doc-view-initiate-display): Use doc-view-doc-type instead of file name extension to make docs with uncommon extensions work. --- lisp/doc-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/doc-view.el') diff --git a/lisp/doc-view.el b/lisp/doc-view.el index 2c7862df88..da8edaaaed 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -957,7 +957,7 @@ If BACKWARD is non-nil, jump to the previous match." (defun doc-view-initiate-display () ;; Switch to image display if possible - (if (doc-view-mode-p (intern (file-name-extension doc-view-buffer-file-name))) + (if (doc-view-mode-p doc-view-doc-type) (progn (doc-view-buffer-message) (setf (doc-view-current-page) (or (doc-view-current-page) 1)) -- cgit v1.2.3