aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-10-20 18:45:35 -0400
committerStefan Monnier2014-10-20 18:45:35 -0400
commita8cab05439c75e66ac2c83a20bb8a6c829674021 (patch)
tree1adec7a032bdb4d7b1c482743245040face3be37
parent24421aa68b1eb23d6dacfd647480e2c21ac6d343 (diff)
downloademacs-a8cab05439c75e66ac2c83a20bb8a6c829674021.tar.gz
emacs-a8cab05439c75e66ac2c83a20bb8a6c829674021.zip
* lisp/url/url-vars.el (url-bug-address): Make into an obsolete alias.
* lisp/url/url-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. [Backport]
-rw-r--r--lisp/url/ChangeLog7
-rw-r--r--lisp/url/url-http.el2
-rw-r--r--lisp/url/url-news.el3
-rw-r--r--lisp/url/url-vars.el7
4 files changed, 12 insertions, 7 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 36f76fded69..c2085a851a8 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,5 +1,12 @@
12014-10-20 Glenn Morris <rgm@gnu.org> 12014-10-20 Glenn Morris <rgm@gnu.org>
2 2
3 * url-vars.el (url-bug-address): Make into an obsolete alias.
4 * url-http.el (url-http-handle-authentication):
5 * url-news.el (url-news-fetch-message-id):
6 Use M-x report-emacs-bug in help messages.
7
82014-10-20 Glenn Morris <rgm@gnu.org>
9
3 * Version 24.4 released. 10 * Version 24.4 released.
4 11
52014-09-19 Dmitry Gutov <dgutov@yandex.ru> 122014-09-19 Dmitry Gutov <dgutov@yandex.ru>
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
index b0a3b688a55..d839d977fd2 100644
--- a/lisp/url/url-http.el
+++ b/lisp/url/url-http.el
@@ -413,7 +413,7 @@ Return the number of characters removed."
413 (goto-char (point-max)) 413 (goto-char (point-max))
414 (insert "<hr>Sorry, but I do not know how to handle " type 414 (insert "<hr>Sorry, but I do not know how to handle " type
415 " authentication. If you'd like to write it," 415 " authentication. If you'd like to write it,"
416 " send it to " url-bug-address ".<hr>") 416 " please use M-x report-emacs-bug RET.<hr>")
417 ;; We used to set a `status' var (declared "special") but I can't 417 ;; We used to set a `status' var (declared "special") but I can't
418 ;; find the corresponding let-binding, so it's probably an error. 418 ;; find the corresponding let-binding, so it's probably an error.
419 ;; FIXME: Maybe it was supposed to set `success', i.e. to return t? 419 ;; FIXME: Maybe it was supposed to set `success', i.e. to return t?
diff --git a/lisp/url/url-news.el b/lisp/url/url-news.el
index 105fb677374..0ce6d2e6cd1 100644
--- a/lisp/url/url-news.el
+++ b/lisp/url/url-news.el
@@ -70,8 +70,7 @@
70 " </xmp>\n" 70 " </xmp>\n"
71 " </p>\n" 71 " </p>\n"
72 " <p>\n" 72 " <p>\n"
73 " If you If you feel this is an error, <a href=\"" 73 " If you feel this is an error, M-x report-emacs-bug RET.\n"
74 "mailto:" url-bug-address "\">send mail</a>\n"
75 " </p>\n" 74 " </p>\n"
76 " </div>\n" 75 " </div>\n"
77 " </body>\n" 76 " </body>\n"
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el
index 4cdb59deb27..62b7b855533 100644
--- a/lisp/url/url-vars.el
+++ b/lisp/url/url-vars.el
@@ -1,7 +1,6 @@
1;;; url-vars.el --- Variables for Uniform Resource Locator tool 1;;; url-vars.el --- Variables for Uniform Resource Locator tool
2 2
3;; Copyright (C) 1996-1999, 2001, 2004-2014 Free Software Foundation, 3;; Copyright (C) 1996-1999, 2001, 2004-2014 Free Software Foundation, Inc.
4;; Inc.
5 4
6;; Keywords: comm, data, processes, hypermedia 5;; Keywords: comm, data, processes, hypermedia
7 6
@@ -82,8 +81,8 @@ If non-nil and not t, the user will be asked for each refresh request."
82 :type 'boolean 81 :type 'boolean
83 :group 'url-cache) 82 :group 'url-cache)
84 83
85(defconst url-bug-address "bug-gnu-emacs@gnu.org" 84(define-obsolete-variable-alias 'url-bug-address
86 "Where to send bug reports.") 85 'report-emacs-bug-address "24.5")
87 86
88(defcustom url-personal-mail-address nil 87(defcustom url-personal-mail-address nil
89 "Your full email address. 88 "Your full email address.