]> git.eshelyaron.com Git - emacs.git/commitdiff
(mh-url-unreserved-chars): Fix typo from `mh-url-unresrved-chars'.
authorPeter Galbraith <galbraith@mixing.qc.dfo.ca>
Fri, 3 Feb 2006 17:55:37 +0000 (17:55 +0000)
committerPeter Galbraith <galbraith@mixing.qc.dfo.ca>
Fri, 3 Feb 2006 17:55:37 +0000 (17:55 +0000)
lisp/mh-e/ChangeLog
lisp/mh-e/mh-compat.el

index 656630c61ac72c6d423762fd23e66a2322a3c76d..1ce5ff87b6d6285ac8cc21b89d4e619237ff3927 100644 (file)
@@ -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.
index d726a85a38f22cc441e4ad4bbae5e9e043879ae5..1d7f1c90e79ba56a4b91fcc9c12787975fcff1f2 100644 (file)
@@ -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