summaryrefslogtreecommitdiff
path: root/lisp/erc
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/erc-button.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el
index 749ae5db5a2..7599053e9d3 100644
--- a/lisp/erc/erc-button.el
+++ b/lisp/erc/erc-button.el
@@ -121,6 +121,9 @@ longer than `erc-fill-column'."
:group 'erc-button
:type 'string)
+(define-obsolete-variable-alias 'erc-button-google-url
+ 'erc-button-search-url "27.1")
+
(defcustom erc-button-search-url "http://duckduckgo.com/?q=%s"
"URL used to search for a term.
%s is replaced by the search string."
@@ -128,9 +131,6 @@ longer than `erc-fill-column'."
:group 'erc-button
:type 'string)
-(define-obsolete-variable-alias 'erc-button-google-url
- 'erc-button-search-url "27.1")
-
(defcustom erc-button-alist
;; Since the callback is only executed when the user is clicking on
;; a button, it makes no sense to optimize performance by