mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08: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
2 changed files with 6 additions and 7 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue