[MLton-commit] r5094

Vesa Karvonen vesak at mlton.org
Tue Jan 30 12:43:21 PST 2007


Added a key binding.

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

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-01-30 19:47:54 UTC (rev 5093)
+++ mlton/trunk/ide/emacs/def-use-mode.el	2007-01-30 20:43:09 UTC (rev 5094)
@@ -48,6 +48,8 @@
      . def-use-jump-to-next)
     ("[(control c) (control p)]"
      . def-use-jump-to-prev)
+    ("[(control c) (control l)]"
+     . def-use-list-all-refs)
     ("[(control c) (control v)]"
      . def-use-show-info))
   "Key bindings for the def-use mode.  The key specifications must be




More information about the MLton-commit mailing list