[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r106797: * lisp/erc/erc.el (erc-tls):
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r106797: * lisp/erc/erc.el (erc-tls): Add autoload cookie. |
Date: |
Thu, 05 Jan 2012 23:48:47 -0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 106797
fixes bug(s): http://debbugs.gnu.org/10333
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-01-05 23:48:47 -0800
message:
* lisp/erc/erc.el (erc-tls): Add autoload cookie.
modified:
lisp/erc/ChangeLog
lisp/erc/erc.el
=== modified file 'lisp/erc/ChangeLog'
--- a/lisp/erc/ChangeLog 2012-01-05 09:46:05 +0000
+++ b/lisp/erc/ChangeLog 2012-01-06 07:48:47 +0000
@@ -1,3 +1,7 @@
+2012-01-06 Glenn Morris <address@hidden>
+
+ * erc.el (erc-tls): Add autoload cookie. (Bug#10333)
+
2011-12-31 Antoine Levitt <address@hidden>
* erc-goodies.el (erc-scroll-to-bottom): Use post-command-hook
=== modified file 'lisp/erc/erc.el'
--- a/lisp/erc/erc.el 2012-01-05 09:46:05 +0000
+++ b/lisp/erc/erc.el 2012-01-06 07:48:47 +0000
@@ -2175,6 +2175,7 @@
(defalias 'erc-select 'erc)
(defalias 'erc-ssl 'erc-tls)
+;;;###autoload
(defun erc-tls (&rest r)
"Interactively select TLS connection parameters and run ERC.
Arguments are the same as for `erc'."
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r106797: * lisp/erc/erc.el (erc-tls): Add autoload cookie.,
Glenn Morris <=