projects
/
elisp
/
riece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db92be7
)
* riece-server.el: No need to autoload riece-exit.
author
ueno
<ueno>
Wed, 8 Oct 2003 19:44:51 +0000
(19:44 +0000)
committer
ueno
<ueno>
Wed, 8 Oct 2003 19:44:51 +0000
(19:44 +0000)
* riece-filter.el: Add autoload setting of riece-exit.
lisp/riece-filter.el
patch
|
blob
|
history
lisp/riece-server.el
patch
|
blob
|
history
diff --git
a/lisp/riece-filter.el
b/lisp/riece-filter.el
index
64e917d
..
a19221a
100644
(file)
--- 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
(file)
--- 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)