aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-07-22 03:03:51 +0000
committerGlenn Morris2009-07-22 03:03:51 +0000
commitfbf370dc7ef9b1a95791a85e951dd2712af75fc0 (patch)
treec5e9ed3125c44df5ac99bd18fcaa72402377b34d
parent41dc791369a1870de9251521b14c59207df1fd80 (diff)
downloademacs-fbf370dc7ef9b1a95791a85e951dd2712af75fc0.tar.gz
emacs-fbf370dc7ef9b1a95791a85e951dd2712af75fc0.zip
Kevin Ryde <user42 at zip.com.au>
(erc-cmd-MODE): Hyperlink urls in docstrings with URL `...'.
-rw-r--r--lisp/erc/ChangeLog4
-rw-r--r--lisp/erc/erc.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index 528a545be06..aef7d0c3c60 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -1,3 +1,7 @@
12009-07-22 Kevin Ryde <user42@zip.com.au>
2
3 * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
4
12009-03-13 D. Goel <deego3@gmail.com> 52009-03-13 D. Goel <deego3@gmail.com>
2 6
3 * erc-backend.el: In (multiple-value-bind/setq .. ls), 7 * erc-backend.el: In (multiple-value-bind/setq .. ls),
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index 5066efa3bed..f2fc892bb65 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -3095,7 +3095,7 @@ to send.
3095If only one word is given, display the mode of that target. 3095If only one word is given, display the mode of that target.
3096 3096
3097A list of valid mode strings for Freenode may be found at 3097A list of valid mode strings for Freenode may be found at
3098`http://freenode.net/using_the_network.shtml'." 3098URL `http://freenode.net/using_the_network.shtml'."
3099 (cond 3099 (cond
3100 ((string-match "^\\s-\\(.*\\)$" line) 3100 ((string-match "^\\s-\\(.*\\)$" line)
3101 (let ((s (match-string 1 line))) 3101 (let ((s (match-string 1 line)))