Mercurial > emacs
changeset 68595:37aca5dcac0c
(mh-url-unreserved-chars): Fix typo from `mh-url-unresrved-chars'.
author | Peter Galbraith <galbraith@mixing.qc.dfo.ca> |
---|---|
date | Fri, 03 Feb 2006 17:55:37 +0000 |
parents | ca4201c7597d |
children | 18f95be962c1 |
files | lisp/mh-e/ChangeLog lisp/mh-e/mh-compat.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog Fri Feb 03 15:57:56 2006 +0000 +++ b/lisp/mh-e/ChangeLog Fri Feb 03 17:55:37 2006 +0000 @@ -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.
--- a/lisp/mh-e/mh-compat.el Fri Feb 03 15:57:56 2006 +0000 +++ b/lisp/mh-e/mh-compat.el Fri Feb 03 17:55:37 2006 +0000 @@ -153,7 +153,7 @@ ;; 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