* (gnus-nov-parse-line): Use `following-char' instead of `char-after'.
authoryamaoka <yamaoka>
Thu, 4 Feb 1999 11:53:20 +0000 (11:53 +0000)
committeryamaoka <yamaoka>
Thu, 4 Feb 1999 11:53:20 +0000 (11:53 +0000)
NOTE: It's a temporary step.

lisp/gnus-sum.el

index 54d4130..a1c8f10 100644 (file)
@@ -3065,7 +3065,7 @@ Returns HEADER if it was entered in the DEPENDENCIES.  Returns nil otherwise."
                 (gnus-nov-field)       ; refs
                 (gnus-nov-read-integer) ; chars
                 (gnus-nov-read-integer) ; lines
-                (unless (= (char-after) ?\n)
+                (unless (= (following-char) ?\n)
                   (gnus-nov-field))))) ; misc
 
       (widen))