]> code.delx.au - gnu-emacs-elpa/commitdiff
(sml-tyvarseq-re): Fix typo.
authormonnier <>
Tue, 18 Sep 2001 18:09:27 +0000 (18:09 +0000)
committermonnier <>
Tue, 18 Sep 2001 18:09:27 +0000 (18:09 +0000)
ChangeLog
sml-mode.el

index 753cd46051d782ac6b5e62d7f14cc4b7703307a4..a925088d6c0505abec5a4778823e7cbfad961f9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-18  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * sml-mode.el (sml-tyvarseq-re): Fix typo.
+
 2001-07-20  Stefan Monnier  <monnier@cs.yale.edu>
 
        * sml-mode.el (sml-rightalign-and): New defcustom.
index b148a27ae1359e666e3f22aadcfba451d0353177..457396213263924a3c3cd44b0aa06a046e420bd0 100644 (file)
@@ -169,7 +169,7 @@ Full documentation will be available after autoloading the function."))
   "A regexp that matches any and all keywords of SML.")
 
 (defconst sml-tyvarseq-re
-  "\\(\\('+\\(\\sw\\s_\\)+\\|(\\([,']\\|\\sw\\|\\s_\\|\\s-\\)+)\\)\\s-+\\)?")
+  "\\(\\('+\\(\\sw\\|\\s_\\)+\\|(\\([,']\\|\\sw\\|\\s_\\|\\s-\\)+)\\)\\s-+\\)?")
 
 (defconst sml-font-lock-keywords
   `(;;(sml-font-comments-and-strings)