[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r104684: Fix typo in last check-in.
From: |
Lars Magne Ingebrigtsen |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r104684: Fix typo in last check-in. |
Date: |
Thu, 23 Jun 2011 02:18:46 +0200 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 104684
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Thu 2011-06-23 02:18:46 +0200
message:
Fix typo in last check-in.
modified:
lisp/erc/erc.el
=== modified file 'lisp/erc/erc.el'
--- a/lisp/erc/erc.el 2011-06-23 00:17:41 +0000
+++ b/lisp/erc/erc.el 2011-06-23 00:18:46 +0000
@@ -2178,7 +2178,7 @@
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r104684: Fix typo in last check-in.,
Lars Magne Ingebrigtsen <=