From f77ca003443c9d2bc87eb403e4c9a9a651d67ada Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Wed, 5 Jan 2011 22:54:23 +0100 Subject: [PATCH] Fix bug in doc-view-enlarge. --- lisp/doc-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/doc-view.el b/lisp/doc-view.el index 7ec8b3954e0..fce3597409c 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -654,7 +654,7 @@ OpenDocument format)." (set (make-local-variable 'doc-view-image-width) (ceiling (* factor doc-view-image-width))) (doc-view-insert-image (plist-get (cdr (doc-view-current-image)) :file) - :width doc-view-resolution)) + :width doc-view-image-width)) (set (make-local-variable 'doc-view-resolution) (ceiling (* factor doc-view-resolution))) (doc-view-reconvert-doc))) -- 2.39.5