This commit was generated by cvs2svn to compensate for changes in r2651,
[elisp/gnus.git-] / lisp / mailheader.el
index 6eb5669..5e2b097 100644 (file)
@@ -60,7 +60,7 @@ that name."
        start end)
     (while (and (setq start (point))
                (> (skip-chars-forward "^\0- :") 0)
-               (eq (char-after) ?:)
+               (= (following-char) ?:)
                (setq end (point))
                (progn (forward-char)
                       (> (skip-chars-forward " \t") 0)))