diff options
Diffstat (limited to 'lisp/url/url-proxy.el')
-rw-r--r-- | lisp/url/url-proxy.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/url/url-proxy.el b/lisp/url/url-proxy.el index c89c1b6bc3e..0ffe51616db 100644 --- a/lisp/url/url-proxy.el +++ b/lisp/url/url-proxy.el @@ -19,6 +19,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. +;;; Commentary: + ;;; Code: (require 'url-parse) |