1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

(url-vars-unload-hook): Remove function and variable.

Hooks are automatically removed by `unload-feature'.
This commit is contained in:
Juanma Barranquero 2007-10-31 11:48:02 +00:00
parent 32f389a47e
commit 3a47bb3e6a
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2007-10-31 Juanma Barranquero <lekktu@gmail.com>
* url-vars.el (url-vars-unload-hook): Remove function and variable.
Hooks are automatically removed by `unload-feature'.
2007-10-13 Richard Stallman <rms@gnu.org>
* url-util.el (url-basepath): Function deleted.
@ -34,8 +39,7 @@
2007-09-21 Diane Murray <disumu@x3y2z1.net>
* url-news.el (url-news-fetch-newsgroup): Fix formatting of Gnus
method.
* url-news.el (url-news-fetch-newsgroup): Fix formatting of Gnus method.
* url-util.el (url-get-normalized-date): Pass full timezone
information to timezone-make-date-arpa-standard, since zone name

View File

@ -398,11 +398,6 @@ Currently supported methods:
This should be set, e.g. by mail user agents rendering HTML to avoid
`bugs' which call home.")
(defun url-vars-unload-hook ()
(remove-hook 'set-language-environment-hook 'url-set-mime-charset-string))
(add-hook 'url-vars-unload-hook 'url-vars-unload-hook)
(provide 'url-vars)
;;; arch-tag: 29205e5f-c5ce-433c-8d5d-38cbaed64b49