aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-03-12 04:53:41 +0000
committerKarl Heuer <[email protected]>1994-03-12 04:53:41 +0000
commitbe4e71577eed48b35b425c7ba79893c578abcd16 (patch)
tree097bb147568de6656f13de44dd9c9fe7d2814f73
parent8d8c0f4114148e7aa050a17faf16ee1f057ab869 (diff)
(rmail-sort-by-lines): msgnum variable should be msg.
-rw-r--r--lisp/mail/rmailsort.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mail/rmailsort.el b/lisp/mail/rmailsort.el
index d23433c056..00b8dd2a2b 100644
--- a/lisp/mail/rmailsort.el
+++ b/lisp/mail/rmailsort.el
@@ -3,7 +3,7 @@
;; Copyright (C) 1990, 1993 Free Software Foundation, Inc.
;; Author: Masanobu UMEDA <[email protected]>
-;; Version: $Header: /home/fsf/rms/e19/lisp/RCS/rmailsort.el,v 1.15 1993/06/22 05:55:41 rms Exp rms $
+;; Version: $Header: /gd/gnu/emacs/19.0/lisp/RCS/rmailsort.el,v 1.16 1993/11/24 08:08:56 rms Exp kwzh $
;; Keywords: mail
;; This file is part of GNU Emacs.
@@ -106,8 +106,8 @@ If prefix argument REVERSE is non-nil, sort them in reverse order."
(rmail-sort-messages reverse
(function
(lambda (msg)
- (count-lines (rmail-msgbeg msgnum)
- (rmail-msgend msgnum))))))
+ (count-lines (rmail-msgbeg msg)
+ (rmail-msgend msg))))))
;; Basic functions