1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(mh-url-unreserved-chars): Fix typo from `mh-url-unresrved-chars'.

This commit is contained in:
Peter Galbraith 2006-02-03 17:55:37 +00:00
parent ae2c9c21a3
commit e6e91eda9e
2 changed files with 6 additions and 1 deletions

View 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.

View 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