diff options
author | Peter Galbraith <galbraith@mixing.qc.dfo.ca> | 2006-02-03 17:55:37 +0000 |
---|---|---|
committer | Peter Galbraith <galbraith@mixing.qc.dfo.ca> | 2006-02-03 17:55:37 +0000 |
commit | e6e91eda9ebe76306673431f5bd7ee3f07e355a8 (patch) | |
tree | 50fa4d739123b94c17fb784f9640428060a04d61 /lisp/mh-e/mh-compat.el | |
parent | ae2c9c21a390f67539d5229aa5ba706f59de3c63 (diff) | |
download | emacs-e6e91eda9ebe76306673431f5bd7ee3f07e355a8.tar.gz |
(mh-url-unreserved-chars): Fix typo from `mh-url-unresrved-chars'.
Diffstat (limited to 'lisp/mh-e/mh-compat.el')
-rw-r--r-- | lisp/mh-e/mh-compat.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |