emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/mh-e mh-compat.el


From: Peter Galbraith
Subject: [Emacs-commit] emacs/lisp/mh-e mh-compat.el
Date: Fri, 03 Feb 2006 17:55:37 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         
Changes by:     Peter Galbraith <address@hidden>        06/02/03 17:55:37

Modified files:
        lisp/mh-e      : mh-compat.el 

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

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-compat.el.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/mh-compat.el
diff -u emacs/lisp/mh-e/mh-compat.el:1.4 emacs/lisp/mh-e/mh-compat.el:1.5
--- emacs/lisp/mh-e/mh-compat.el:1.4    Wed Feb  1 23:24:34 2006
+++ emacs/lisp/mh-e/mh-compat.el        Fri Feb  3 17:55:37 2006
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]