diff options
| author | Juanma Barranquero | 2008-04-28 16:27:17 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-04-28 16:27:17 +0000 |
| commit | c385aa1a132ed8cde258006ad3b8aabc27daeec2 (patch) | |
| tree | 930ee8f3a26ae9b834a6881c43d28163e8f96e86 | |
| parent | c5de0a17040b2df166eed0a909194cb271b997d0 (diff) | |
| download | emacs-c385aa1a132ed8cde258006ad3b8aabc27daeec2.tar.gz emacs-c385aa1a132ed8cde258006ad3b8aabc27daeec2.zip | |
(url-load-hook): Fix typo in docstring.
| -rw-r--r-- | lisp/url/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/url/url-vars.el | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 531dce8e728..f3b65fd7f50 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-04-28 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * url-vars.el (url-load-hook): Fix typo in docstring. | ||
| 4 | |||
| 1 | 2008-03-09 Magnus Henoch <mange@freemail.hu> | 5 | 2008-03-09 Magnus Henoch <mange@freemail.hu> |
| 2 | 6 | ||
| 3 | * url-http.el (url-http-chunked-encoding-after-change-function): | 7 | * url-http.el (url-http-chunked-encoding-after-change-function): |
| @@ -98,7 +102,7 @@ | |||
| 98 | 2007-11-28 Diane Murray <disumu@x3y2z1.net> | 102 | 2007-11-28 Diane Murray <disumu@x3y2z1.net> |
| 99 | 103 | ||
| 100 | * url-dired.el: Don't require w3-fetch and w3-open-local. | 104 | * url-dired.el: Don't require w3-fetch and w3-open-local. |
| 101 | (url-dired-find-file): Use `find-file'. Doc fix. | 105 | (url-dired-find-file): Use `find-file'. Doc fix. |
| 102 | (url-dired-find-file-mouse, url-dired-minor-mode): Doc fix. | 106 | (url-dired-find-file-mouse, url-dired-minor-mode): Doc fix. |
| 103 | 107 | ||
| 104 | 2007-11-24 Glenn Morris <rgm@gnu.org> | 108 | 2007-11-24 Glenn Morris <rgm@gnu.org> |
| @@ -391,7 +395,7 @@ | |||
| 391 | path component and non-empty query component. Untangle path, | 395 | path component and non-empty query component. Untangle path, |
| 392 | query and fragment parsing code. Add references to RFC 3986 in | 396 | query and fragment parsing code. Add references to RFC 3986 in |
| 393 | comments. | 397 | comments. |
| 394 | (url-recreate-url-attributes): Start query string with "?", not ";". | 398 | (url-recreate-url-attributes): Start query string with "?", not ";". |
| 395 | 399 | ||
| 396 | 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca> | 400 | 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 397 | 401 | ||
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el index e91561185c5..3489527217a 100644 --- a/lisp/url/url-vars.el +++ b/lisp/url/url-vars.el | |||
| @@ -385,7 +385,7 @@ Currently supported methods: | |||
| 385 | (modify-syntax-entry ?/ " " url-parse-syntax-table) | 385 | (modify-syntax-entry ?/ " " url-parse-syntax-table) |
| 386 | 386 | ||
| 387 | (defvar url-load-hook nil | 387 | (defvar url-load-hook nil |
| 388 | "*Hooks to be run after initalizing the URL library.") | 388 | "*Hooks to be run after initializing the URL library.") |
| 389 | 389 | ||
| 390 | ;;; Make OS/2 happy - yeeks | 390 | ;;; Make OS/2 happy - yeeks |
| 391 | ;; (defvar tcp-binary-process-input-services nil | 391 | ;; (defvar tcp-binary-process-input-services nil |