summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorPeter Galbraith <galbraith@mixing.qc.dfo.ca>2006-02-03 17:55:37 +0000
committerPeter Galbraith <galbraith@mixing.qc.dfo.ca>2006-02-03 17:55:37 +0000
commite6e91eda9ebe76306673431f5bd7ee3f07e355a8 (patch)
tree50fa4d739123b94c17fb784f9640428060a04d61 /lisp
parentae2c9c21a390f67539d5229aa5ba706f59de3c63 (diff)
downloademacs-e6e91eda9ebe76306673431f5bd7ee3f07e355a8.tar.gz
(mh-url-unreserved-chars): Fix typo from `mh-url-unresrved-chars'.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mh-e/ChangeLog5
-rw-r--r--lisp/mh-e/mh-compat.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 656630c61ac..1ce5ff87b6d 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-03 Peter S Galbraith <psg@debian.org>
+
+ * mh-compat.el (mh-url-unreserved-chars): Fix typo from
+ `mh-url-unresrved-chars'.
+
2006-02-02 Bill Wohler <wohler@newt.com>
* mh-e.el (Version, mh-version): Add +cvs to version.
diff --git a/lisp/mh-e/mh-compat.el b/lisp/mh-e/mh-compat.el
index d726a85a38f..1d7f1c90e79 100644
--- a/lisp/mh-e/mh-compat.el
+++ b/lisp/mh-e/mh-compat.el
@@ -153,7 +153,7 @@ The arguments FIXEDCASE, LITERAL, SUBEXP, and START are ignored."
;; Copy of constant from url-util.el in Emacs 22; needed by Emacs 21.
(if (not (boundp 'url-unreserved-chars))
- (defconst mh-url-unresrved-chars
+ (defconst mh-url-unreserved-chars
'(
?a ?b ?c ?d ?e ?f ?g ?h ?i ?j ?k ?l ?m ?n ?o ?p ?q ?r ?s ?t ?u ?v ?w ?x ?y ?z
?A ?B ?C ?D ?E ?F ?G ?H ?I ?J ?K ?L ?M ?N ?O ?P ?Q ?R ?S ?T ?U ?V ?W ?X ?Y ?Z