2004-01-27 Steve Youngs <sryoungs@bigpond.net.au>
[gnus] / lisp / nnwfm.el
index abbdc37..318cb88 100644 (file)
        (when (re-search-forward "href=\"\\(Thread.*DateLast=\\([^\"]+\\)\\)"
                                 nil t)
          (setq url (match-string 1)
-               time (nnwfm-date-to-time (gnus-url-unhex-string 
+               time (nnwfm-date-to-time (gnus-url-unhex-string
                                          (match-string 2))))
          (when (and (nnwfm-new-threads-p group time)
                     (not (member
 (provide 'nnwfm)
 
 ;; Local Variables:
-;; buffer-file-coding-system: iso-8859-1
+;; coding: iso-8859-1
 ;; End:
 
 ;;; nnwfm.el ends here