Mercurial > emacs
changeset 88098:e73c30ed1989
Fix my 2008-01-29 entry.
author | Tassilo Horn <tassilo@member.fsf.org> |
---|---|
date | Thu, 31 Jan 2008 21:38:24 +0000 |
parents | 1662791e8fd8 |
children | f28a6a84ac3e |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jan 31 16:08:29 2008 +0000 +++ b/lisp/ChangeLog Thu Jan 31 21:38:24 2008 +0000 @@ -72,14 +72,15 @@ 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>