projects
/
elisp
/
liece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc057fa
)
Fix the last change.
author
ueno
<ueno>
Mon, 11 Sep 2000 03:04:03 +0000
(
03:04
+0000)
committer
ueno
<ueno>
Mon, 11 Sep 2000 03:04:03 +0000
(
03:04
+0000)
lisp/liece.el
patch
|
blob
|
history
diff --git
a/lisp/liece.el
b/lisp/liece.el
index
65a7f3d
..
a47d228
100644
(file)
--- a/
lisp/liece.el
+++ b/
lisp/liece.el
@@
-529,10
+529,10
@@
Optional argument TYPE specifies connection types such as `program'."
(setq liece-server-name host)
(run-hooks 'liece-server-hook)
;; return the server process
- liece-server-process)
+ liece-server-process))
(error
(setq liece-status-message-string (cadr error)
- liece-server-process nil)))))
+ liece-server-process nil))))
(defun liece-initialize-timers ()
"Initialise internal timers."