From: Daiki Ueno Date: Wed, 8 Oct 2003 19:44:51 +0000 (+0000) Subject: * riece-server.el: No need to autoload riece-exit. X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=commitdiff_plain;h=9f9d9d361effbeb34ec1d3c1152e1949f609e00d * riece-server.el: No need to autoload riece-exit. * riece-filter.el: Add autoload setting of riece-exit. --- diff --git a/lisp/riece-filter.el b/lisp/riece-filter.el index 64e917d..a19221a 100644 --- a/lisp/riece-filter.el +++ b/lisp/riece-filter.el @@ -124,8 +124,6 @@ (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 diff --git a/lisp/riece-server.el b/lisp/riece-server.el index 68f8c9b..b4b1729 100644 --- a/lisp/riece-server.el +++ b/lisp/riece-server.el @@ -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)