(pop3-open-server): Fix typo in Lisp code.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 15 Nov 2007 10:18:54 +0000 (10:18 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 15 Nov 2007 10:18:54 +0000 (10:18 +0000)
lisp/pop3.el

index 527ada2..0bfc3fc 100644 (file)
@@ -256,7 +256,7 @@ Returns the process associated with the connection."
                             (setq again nil)
                             (delete-region (point-min) (point)))
                            ((not again)
-                            (pop3-quit-process)
+                            (pop3-quit process)
                             (error "POP SSL connexion failed")))))
                  process)))
             ((eq pop3-stream-type 'starttls)