]> git.eshelyaron.com Git - emacs.git/commitdiff
* image-mode.el (image-next-line): The line parameter is mandatory
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 11 Sep 2011 02:31:21 +0000 (04:31 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 11 Sep 2011 02:31:21 +0000 (04:31 +0200)
lisp/ChangeLog
lisp/image-mode.el

index 87cfafad3c6078d946cc144ae6cb8ce22c782b4f..f321ae359bdfbcb129f5bf27053a6429b66f5225 100644 (file)
@@ -1,5 +1,8 @@
 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * image-mode.el (image-next-line): The line parameter is mandatory
+       (bug#9258).
+
        * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
        which can be useful (bug#9301).
 
index f75f4e2021986dd191368cc011cb64b582d1e504..cffa2592aa135f551793ad81b3e46f66cb52b475 100644 (file)
@@ -163,7 +163,7 @@ Stop if the left edge of the image is reached."
   (interactive "p")
   (image-forward-hscroll (- n)))
 
-(defun image-next-line (&optional n)
+(defun image-next-line (n)
   "Scroll image in current window upward by N lines.
 Stop if the bottom edge of the image is reached."
   (interactive "p")