modify gnus-summary-scroll-down
authorhayashi <hayashi>
Mon, 17 Aug 1998 08:02:41 +0000 (08:02 +0000)
committerhayashi <hayashi>
Mon, 17 Aug 1998 08:02:41 +0000 (08:02 +0000)
lisp/gnus-sum.el

index f15a1f0..fe15fc7 100644 (file)
@@ -5214,12 +5214,6 @@ The state which existed when entering the ephemeral is reset."
   (select-window (get-buffer-window gnus-article-buffer))
   )
 
-(defun gnus-summary-scroll-down ()
-  "Scroll down one line current article."
-  (interactive)
-  (gnus-summary-scroll-up -1)
-  )
-
 ;;; Dead summaries.
 
 (defvar gnus-dead-summary-mode-map nil)