Sync
authoryamaoka <yamaoka>
Thu, 25 May 2000 06:38:34 +0000 (06:38 +0000)
committeryamaoka <yamaoka>
Thu, 25 May 2000 06:38:34 +0000 (06:38 +0000)
with `t-gnus-6_14'.

ChangeLog
lisp/nnshimbun.el

index 11f29d3..4634efd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-25  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
+
+       * lisp/nnshimbun.el (nnshimbun-fill-line): Use
+       `nnshimbun-fill-column' instead of `fill-column'.
+
 2000-05-25  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
 
        * lisp/nnshimbun.el: Clean up codes.
index 682e370..99aaffa 100644 (file)
@@ -610,7 +610,8 @@ is enclosed by at least one regexp grouping construct."
 (defun nnshimbun-fill-line ()
   (forward-line 0)
   (let ((top (point)) chr)
-    (while (if (>= (move-to-column fill-column) fill-column)
+    (while (if (>= (move-to-column nnshimbun-fill-column)
+                  nnshimbun-fill-column)
               (not (progn
                      (if (memq (preceding-char) nnshimbun-kinsoku-eol-list)
                          (progn