[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master f7ed946: * lisp/erc/erc-button.el (erc-emacswiki-url): Update to
From: |
Amin Bandali |
Subject: |
master f7ed946: * lisp/erc/erc-button.el (erc-emacswiki-url): Update to shorter address. |
Date: |
Thu, 16 Sep 2021 22:48:59 -0400 (EDT) |
branch: master
commit f7ed946874c345d8e4ea2891d58160f1139548d6
Author: Amin Bandali <bandali@gnu.org>
Commit: Amin Bandali <bandali@gnu.org>
* lisp/erc/erc-button.el (erc-emacswiki-url): Update to shorter address.
---
lisp/erc/erc-button.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el
index 4e9547d..040606e 100644
--- a/lisp/erc/erc-button.el
+++ b/lisp/erc/erc-button.el
@@ -194,9 +194,10 @@ PAR is a number of a regexp grouping whose text will be
passed to
:inline t
(integer :tag "Regexp section number")))))
-(defcustom erc-emacswiki-url "https://www.emacswiki.org/cgi-bin/wiki.pl?";
+(defcustom erc-emacswiki-url "https://www.emacswiki.org/emacs/";
"URL of the EmacsWiki website."
- :type 'string)
+ :type 'string
+ :version "28.1")
(defcustom erc-emacswiki-lisp-url "https://www.emacswiki.org/elisp/";
"URL of the EmacsWiki ELisp area."
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master f7ed946: * lisp/erc/erc-button.el (erc-emacswiki-url): Update to shorter address.,
Amin Bandali <=