aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Galbraith2006-02-03 17:55:37 +0000
committerPeter Galbraith2006-02-03 17:55:37 +0000
commite6e91eda9ebe76306673431f5bd7ee3f07e355a8 (patch)
tree50fa4d739123b94c17fb784f9640428060a04d61
parentae2c9c21a390f67539d5229aa5ba706f59de3c63 (diff)
downloademacs-e6e91eda9ebe76306673431f5bd7ee3f07e355a8.tar.gz
emacs-e6e91eda9ebe76306673431f5bd7ee3f07e355a8.zip
(mh-url-unreserved-chars): Fix typo from `mh-url-unresrved-chars'.
-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 @@
12006-02-03 Peter S Galbraith <psg@debian.org>
2
3 * mh-compat.el (mh-url-unreserved-chars): Fix typo from
4 `mh-url-unresrved-chars'.
5
12006-02-02 Bill Wohler <wohler@newt.com> 62006-02-02 Bill Wohler <wohler@newt.com>
2 7
3 * mh-e.el (Version, mh-version): Add +cvs to version. 8 * 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."
153 153
154;; Copy of constant from url-util.el in Emacs 22; needed by Emacs 21. 154;; Copy of constant from url-util.el in Emacs 22; needed by Emacs 21.
155(if (not (boundp 'url-unreserved-chars)) 155(if (not (boundp 'url-unreserved-chars))
156 (defconst mh-url-unresrved-chars 156 (defconst mh-url-unreserved-chars
157 '( 157 '(
158 ?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 158 ?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
159 ?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 159 ?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