]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/erc/erc-button.el (erc-emacswiki-url): Update to shorter address.
authorAmin Bandali <bandali@gnu.org>
Fri, 17 Sep 2021 02:45:46 +0000 (22:45 -0400)
committerAmin Bandali <bandali@gnu.org>
Fri, 17 Sep 2021 02:45:46 +0000 (22:45 -0400)
lisp/erc/erc-button.el

index 4e9547dfde1d79b2589a5d87c73f9d12c095ec4d..040606ea85a17d321d8489dd6330856308fbc486 100644 (file)
@@ -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."