]> git.eshelyaron.com Git - emacs.git/commitdiff
Make C-l in iimage-mode call recenter-top-bottom
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 24 Jun 2019 16:25:56 +0000 (18:25 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 24 Jun 2019 16:26:03 +0000 (18:26 +0200)
* lisp/iimage.el (iimage-recenter): Call `recenter-top-bottom'
instead of `recenter', since that's the default function for `C-l'
(bug#27610).  Suggested by Arne Frederic Maria Döring.

lisp/iimage.el

index e51108ee28ff42a8f3b032581c18297b991a96b8..39ee1fb805c12fb6edbd9fc3c0a0123505a8ce56 100644 (file)
@@ -90,7 +90,7 @@ Examples of image filename patterns to match:
   (interactive "P")
   (iimage-mode-buffer nil)
   (iimage-mode-buffer t)
-  (recenter arg))
+  (recenter-top-bottom arg))
 
 ;;;###autoload
 (define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1")