]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix my 2008-01-29 entry.
authorTassilo Horn <tassilo@member.fsf.org>
Thu, 31 Jan 2008 21:38:24 +0000 (21:38 +0000)
committerTassilo Horn <tassilo@member.fsf.org>
Thu, 31 Jan 2008 21:38:24 +0000 (21:38 +0000)
lisp/ChangeLog

index 1dc4eed7365f57a55d2376c4330d579057e2f30e..41308840b0ba1be3d565435d0dc71184741b560e 100644 (file)
 
 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
 
-       * doc-view.el (doc-view-mode): Adapt to i-m-current-[vh]scroll
-       being an alist now.
+       * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
+       and image-mode-current-hscroll being alists now.
 
        * image-mode.el (image-mode-current-vscroll)
        (image-mode-current-hscroll): Add doc strings.
        (image-set-window-vscroll, image-set-window-hscroll)
        (image-reset-current-vhscroll, image-mode): Adapt to
-       i-m-current-[vh]scroll being an alist now.
+       image-mode-current-vscroll and image-mode-current-hscroll being
+       alists now.
 
 2008-01-29  Martin Rudalics  <rudalics@gmx.at>