# HG changeset patch # User Juanma Barranquero # Date 1193831206 0 # Node ID 4d9f2208bbde3d70cabeaf3add92641f057b8dfe # Parent 92e80e71cd957afd23108dd8de307d0e58cef964 (url-vars-unload-hook): Remove function and variable. Hooks are automatically removed by `unload-feature'. diff -r 92e80e71cd95 -r 4d9f2208bbde lisp/url/url-vars.el --- a/lisp/url/url-vars.el Wed Oct 31 10:24:20 2007 +0000 +++ b/lisp/url/url-vars.el Wed Oct 31 11:46:46 2007 +0000 @@ -398,11 +398,6 @@ 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