emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102765: Fix bug in doc-view-enlarge.


From: Tassilo Horn
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102765: Fix bug in doc-view-enlarge.
Date: Wed, 05 Jan 2011 22:54:23 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102765
committer: Tassilo Horn <address@hidden>
branch nick: trunk
timestamp: Wed 2011-01-05 22:54:23 +0100
message:
  Fix bug in doc-view-enlarge.
modified:
  lisp/doc-view.el
=== modified file 'lisp/doc-view.el'
--- a/lisp/doc-view.el  2011-01-05 21:17:51 +0000
+++ b/lisp/doc-view.el  2011-01-05 21:54:23 +0000
@@ -654,7 +654,7 @@
        (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)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]