From 5c62d133468c354b47a1643092add8292e084765 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 23 Jun 2011 02:18:46 +0200 Subject: [PATCH] Fix typo in last check-in. --- lisp/erc/erc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index bab8fd1e455..36097cf0c12 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -2178,7 +2178,7 @@ Arguments are the same as for `erc'." The process will be given the name NAME, its target buffer will be BUFFER. HOST and PORT specify the connection target." (open-network-stream name buffer host port - :type 'tls))) + :type 'tls)) ;;; Displaying error messages -- 2.39.2