aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/url-vars.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2014-03-28 19:02:02 -0400
committerGlenn Morris <[email protected]>2014-03-28 19:02:02 -0400
commit32544aa4133c3446f0b83e5b58a5ad7213534c55 (patch)
tree07605a47ddebf9bf126cba18a944bd69609c4314 /lisp/url/url-vars.el
parentc3153003fb0bfeef7ade4c060501c23f0556195d (diff)
* lisp/url/url-vars.el (url-bug-address): Make into an obsolete alias.
* lisp/urlurl-http.el (url-http-handle-authentication): * lisp/url/url-news.el (url-news-fetch-message-id): Use M-x report-emacs-bug in help messages.
Diffstat (limited to 'lisp/url/url-vars.el')
-rw-r--r--lisp/url/url-vars.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el
index 4cdb59deb2..62b7b85553 100644
--- a/lisp/url/url-vars.el
+++ b/lisp/url/url-vars.el
@@ -1,7 +1,6 @@
;;; url-vars.el --- Variables for Uniform Resource Locator tool
-;; Copyright (C) 1996-1999, 2001, 2004-2014 Free Software Foundation,
-;; Inc.
+;; Copyright (C) 1996-1999, 2001, 2004-2014 Free Software Foundation, Inc.
;; Keywords: comm, data, processes, hypermedia
@@ -82,8 +81,8 @@ If non-nil and not t, the user will be asked for each refresh request."
:type 'boolean
:group 'url-cache)
-(defconst url-bug-address "[email protected]"
- "Where to send bug reports.")
+(define-obsolete-variable-alias 'url-bug-address
+ 'report-emacs-bug-address "24.5")
(defcustom url-personal-mail-address nil
"Your full email address.