From: Tassilo Horn Date: Thu, 31 Jan 2008 21:38:24 +0000 (+0000) Subject: Fix my 2008-01-29 entry. X-Git-Tag: emacs-pretest-23.0.90~8311 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eda49de99ead121899b62aea493ac3b1e489590d;p=emacs.git Fix my 2008-01-29 entry. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1dc4eed7365..41308840b0b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -72,14 +72,15 @@ 2008-01-29 Tassilo Horn - * 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