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:
parent
32f389a47e
commit
3a47bb3e6a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user