From cc3070239f2481f6066afc7ee7e7bd34c47398f2 Mon Sep 17 00:00:00 2001 From: hayashi Date: Mon, 17 Aug 1998 08:02:41 +0000 Subject: [PATCH] modify gnus-summary-scroll-down --- lisp/gnus-sum.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index f15a1f0..fe15fc7 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -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) -- 1.7.10.4