[MLton-commit] r5134

Vesa Karvonen vesak at mlton.org
Mon Feb 5 03:41:46 PST 2007


Use proper format string.

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

U   mlton/trunk/ide/emacs/esml-mlb-mode.el

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

Modified: mlton/trunk/ide/emacs/esml-mlb-mode.el
===================================================================
--- mlton/trunk/ide/emacs/esml-mlb-mode.el	2007-02-05 10:02:08 UTC (rev 5133)
+++ mlton/trunk/ide/emacs/esml-mlb-mode.el	2007-02-05 11:41:35 UTC (rev 5134)
@@ -1,4 +1,4 @@
-;; Copyright (C) 2005 Vesa Karvonen
+;; Copyright (C) 2005-2007 Vesa Karvonen
 ;;
 ;; MLton is released under a BSD-style license.
 ;; See the file MLton-LICENSE for details.
@@ -699,8 +699,8 @@
                 (toggle-read-only)
                 (delete-file tmp-file))
             (switch-to-buffer buffer))
-          (message event)))))
-    (message "show-basis running...")))
+          (message "%S" event)))))
+    (message "%s" "show-basis running...")))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; Key Map




More information about the MLton-commit mailing list