changeset 16389:30e3d4ddca44

(rmail-summary-line-count-flag): Renamed from rmail-summary-line-count-p.
author Richard M. Stallman <rms@gnu.org>
date Fri, 04 Oct 1996 18:40:55 +0000
parents 9f29d4bcdc98
children 77051008303f
files lisp/mail/rmailsum.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailsum.el	Fri Oct 04 18:39:31 1996 +0000
+++ b/lisp/mail/rmailsum.el	Fri Oct 04 18:40:55 1996 +0000
@@ -38,7 +38,7 @@
   "*Non-nil means Rmail summary scroll commands move between messages.")
 
 ;;;###autoload
-(defvar rmail-summary-line-count-p t
+(defvar rmail-summary-line-count-flag t
   "*Non-nil if Rmail summary should show the number of lines in each message.")
 
 (defvar rmail-summary-font-lock-keywords
@@ -408,7 +408,7 @@
 						     (- len 25))
 						    (t (- mch 14))))
 				     (min len (+ lo 25))))))))
-          (if rmail-summary-line-count-p
+          (if rmail-summary-line-count-flag
 	      (save-excursion
 		(save-restriction
 		  (widen)