Revised.
authorueno <ueno>
Sat, 25 Sep 2004 06:12:32 +0000 (06:12 +0000)
committerueno <ueno>
Sat, 25 Sep 2004 06:12:32 +0000 (06:12 +0000)
lisp/riece-server.el

index f787b22..e0ffa28 100644 (file)
@@ -199,10 +199,10 @@ the `riece-server-keyword-map' variable."
     (make-local-variable 'riece-channel-filter)
     (make-local-variable 'riece-server-name)
     (make-local-variable 'riece-read-point)
+    (setq riece-read-point (point-min))
     (make-local-variable 'riece-send-queue)
     (make-local-variable 'riece-send-size)
     (setq riece-send-size 0)
-    (setq riece-read-point (point-min))
     (make-local-variable 'riece-obarray)
     (setq riece-obarray (make-vector riece-obarray-size 0))
     (make-local-variable 'riece-coding-system)