[MLton-commit] r4059
Vesa Karvonen
MLton@mlton.org
Thu, 1 Sep 2005 14:50:42 -0700
Fixed (embarrassing) bug: "w" and "W" were missing from alphanumeric-chars.
----------------------------------------------------------------------
U mlton/trunk/ide/emacs/esml-gen.el
----------------------------------------------------------------------
Modified: mlton/trunk/ide/emacs/esml-gen.el
===================================================================
--- mlton/trunk/ide/emacs/esml-gen.el 2005-09-01 17:45:00 UTC (rev 4058)
+++ mlton/trunk/ide/emacs/esml-gen.el 2005-09-01 21:50:41 UTC (rev 4059)
@@ -33,7 +33,7 @@
2.4 of the Definition.")
(defconst esml-sml-alphanumeric-chars
- "abcdefghijklmnopqrstuvxyzABCDEFGHIJKLMNOPQRSTUVXYZ0123456789'_"
+ "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'_"
"A string of all Standard ML alphanumeric characters as defined in
section 2.4 of the Definition.")