From: Lars Magne Ingebrigtsen Date: Sun, 11 Sep 2011 02:31:21 +0000 (+0200) Subject: * image-mode.el (image-next-line): The line parameter is mandatory X-Git-Tag: emacs-pretest-24.0.90~104^2~101 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=77549ea89aa3398920a909548f5e2eefed012866;p=emacs.git * image-mode.el (image-next-line): The line parameter is mandatory --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 87cfafad3c6..f321ae359bd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2011-09-11 Lars Magne Ingebrigtsen + * 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). diff --git a/lisp/image-mode.el b/lisp/image-mode.el index f75f4e20219..cffa2592aa1 100644 --- a/lisp/image-mode.el +++ b/lisp/image-mode.el @@ -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")