* riece-server.el: No need to autoload riece-exit.
authorDaiki Ueno <ueno@unixuser.org>
Wed, 8 Oct 2003 19:44:51 +0000 (19:44 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Wed, 8 Oct 2003 19:44:51 +0000 (19:44 +0000)
* riece-filter.el: Add autoload setting of riece-exit.

lisp/riece-filter.el
lisp/riece-server.el

index 64e917d..a19221a 100644 (file)
                (throw 'contiguous nil)))))
        (forward-line)))))
 
-(eval-when-compile
-  (autoload 'riece-exit "riece"))
 (defun riece-sentinel (process status)
   (if riece-reconnect-with-password
       (let ((server-name
index 68f8c9b..b4b1729 100644 (file)
@@ -193,6 +193,8 @@ the `riece-server-keyword-map' variable."
     (buffer-disable-undo)
     (erase-buffer)))
 
+(eval-when-compile
+  (autoload 'riece-exit "riece"))
 (defun riece-close-server-process (process)
   (if riece-debug
       (delete-process process)