From: Peter Galbraith Date: Fri, 3 Feb 2006 17:55:37 +0000 (+0000) Subject: (mh-url-unreserved-chars): Fix typo from `mh-url-unresrved-chars'. X-Git-Tag: emacs-pretest-22.0.90~4390 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6e91eda9ebe76306673431f5bd7ee3f07e355a8;p=emacs.git (mh-url-unreserved-chars): Fix typo from `mh-url-unresrved-chars'. --- 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 + + * mh-compat.el (mh-url-unreserved-chars): Fix typo from + `mh-url-unresrved-chars'. + 2006-02-02 Bill Wohler * 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