aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-10-31 11:48:02 +0000
committerJuanma Barranquero2007-10-31 11:48:02 +0000
commit3a47bb3e6a5dec7b8de72cb63d0c82a386a72ba8 (patch)
treeee523b5dc1737173ba72599c7c2757059df32289
parent32f389a47ea8583027f030ce77b1dd7d741f77d4 (diff)
downloademacs-3a47bb3e6a5dec7b8de72cb63d0c82a386a72ba8.tar.gz
emacs-3a47bb3e6a5dec7b8de72cb63d0c82a386a72ba8.zip
(url-vars-unload-hook): Remove function and variable.
Hooks are automatically removed by `unload-feature'.
-rw-r--r--lisp/url/ChangeLog8
-rw-r--r--lisp/url/url-vars.el5
2 files changed, 6 insertions, 7 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 8f3979debcf..93552c15ea9 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,8 @@
12007-10-31 Juanma Barranquero <lekktu@gmail.com>
2
3 * url-vars.el (url-vars-unload-hook): Remove function and variable.
4 Hooks are automatically removed by `unload-feature'.
5
12007-10-13 Richard Stallman <rms@gnu.org> 62007-10-13 Richard Stallman <rms@gnu.org>
2 7
3 * url-util.el (url-basepath): Function deleted. 8 * url-util.el (url-basepath): Function deleted.
@@ -34,8 +39,7 @@
34 39
352007-09-21 Diane Murray <disumu@x3y2z1.net> 402007-09-21 Diane Murray <disumu@x3y2z1.net>
36 41
37 * url-news.el (url-news-fetch-newsgroup): Fix formatting of Gnus 42 * url-news.el (url-news-fetch-newsgroup): Fix formatting of Gnus method.
38 method.
39 43
40 * url-util.el (url-get-normalized-date): Pass full timezone 44 * url-util.el (url-get-normalized-date): Pass full timezone
41 information to timezone-make-date-arpa-standard, since zone name 45 information to timezone-make-date-arpa-standard, since zone name
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el
index 7ddab8aab64..564be3e2eb6 100644
--- a/lisp/url/url-vars.el
+++ b/lisp/url/url-vars.el
@@ -398,11 +398,6 @@ Currently supported methods:
398This should be set, e.g. by mail user agents rendering HTML to avoid 398This should be set, e.g. by mail user agents rendering HTML to avoid
399`bugs' which call home.") 399`bugs' which call home.")
400 400
401(defun url-vars-unload-hook ()
402 (remove-hook 'set-language-environment-hook 'url-set-mime-charset-string))
403
404(add-hook 'url-vars-unload-hook 'url-vars-unload-hook)
405
406(provide 'url-vars) 401(provide 'url-vars)
407 402
408;;; arch-tag: 29205e5f-c5ce-433c-8d5d-38cbaed64b49 403;;; arch-tag: 29205e5f-c5ce-433c-8d5d-38cbaed64b49