+2005-03-12 Daiki Ueno <ueno@unixuser.org>
+
+ * riece-filter.el (riece-filter): Removed (eobp) check.
+
2005-03-06 Daiki Ueno <ueno@unixuser.org>
* Riece: Version 1.0.8 released.
(insert input)
(goto-char riece-read-point)
(beginning-of-line)
- (while (and (not (eobp))
- (looking-at ".*\n")) ;the input line is not finished
+ (while (looking-at ".*\n") ;the input line is finished
(save-excursion
(if (looking-at
":\\([^ ]+\\) +\\([0-5][0-9][0-9]\\) +\\([^ ]+\\) +\\(.*\\)")