Fix the last change.
authorueno <ueno>
Mon, 11 Sep 2000 03:04:03 +0000 (03:04 +0000)
committerueno <ueno>
Mon, 11 Sep 2000 03:04:03 +0000 (03:04 +0000)
lisp/liece.el

index 65a7f3d..a47d228 100644 (file)
@@ -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."