[MLton-commit] r5128

Vesa Karvonen vesak at mlton.org
Sun Feb 4 15:19:10 PST 2007


Added missing "'".

----------------------------------------------------------------------

U   mlton/trunk/ide/emacs/def-use-mode.el

----------------------------------------------------------------------

Modified: mlton/trunk/ide/emacs/def-use-mode.el
===================================================================
--- mlton/trunk/ide/emacs/def-use-mode.el	2007-02-04 23:06:07 UTC (rev 5127)
+++ mlton/trunk/ide/emacs/def-use-mode.el	2007-02-04 23:19:04 UTC (rev 5128)
@@ -135,7 +135,7 @@
             (goto-char point)
             ;; XXX Index this logic in a mode specific manner
             (when (zerop (skip-chars-backward
-                          "a-zA-Z0-9_" (def-use-point-at-current-line)))
+                          "a-zA-Z0-9_'" (def-use-point-at-current-line)))
               (skip-chars-backward
                "-!%&$#+/:<=>?@~`^|*\\" (def-use-point-at-current-line)))
             (point)))))))




More information about the MLton-commit mailing list