From eda49de99ead121899b62aea493ac3b1e489590d Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Thu, 31 Jan 2008 21:38:24 +0000 Subject: [PATCH] Fix my 2008-01-29 entry. --- lisp/ChangeLog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.39.5