[MLton-commit] r6305
Matthew Fluet
fluet at mlton.org
Wed Jan 9 09:03:43 PST 2008
Regularize the use of (require 'cl) and (require 'compat)
----------------------------------------------------------------------
U mlton/trunk/ide/emacs/bg-job.el
U mlton/trunk/ide/emacs/def-use-util.el
U mlton/trunk/ide/emacs/esml-mlb-mode.el
U mlton/trunk/ide/emacs/esml-util.el
----------------------------------------------------------------------
Modified: mlton/trunk/ide/emacs/bg-job.el
===================================================================
--- mlton/trunk/ide/emacs/bg-job.el 2008-01-09 17:01:39 UTC (rev 6304)
+++ mlton/trunk/ide/emacs/bg-job.el 2008-01-09 17:03:42 UTC (rev 6305)
@@ -3,8 +3,8 @@
;; MLton is released under a BSD-style license.
;; See the file MLton-LICENSE for details.
+(require 'cl)
(require 'compat)
-(require 'cl)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Customization
Modified: mlton/trunk/ide/emacs/def-use-util.el
===================================================================
--- mlton/trunk/ide/emacs/def-use-util.el 2008-01-09 17:01:39 UTC (rev 6304)
+++ mlton/trunk/ide/emacs/def-use-util.el 2008-01-09 17:03:42 UTC (rev 6305)
@@ -3,8 +3,8 @@
;; MLton is released under a BSD-style license.
;; See the file MLton-LICENSE for details.
+(require 'cl)
(require 'compat)
-(require 'cl)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Utilities
Modified: mlton/trunk/ide/emacs/esml-mlb-mode.el
===================================================================
--- mlton/trunk/ide/emacs/esml-mlb-mode.el 2008-01-09 17:01:39 UTC (rev 6304)
+++ mlton/trunk/ide/emacs/esml-mlb-mode.el 2008-01-09 17:03:42 UTC (rev 6305)
@@ -3,7 +3,6 @@
;; MLton is released under a BSD-style license.
;; See the file MLton-LICENSE for details.
-(require 'cl)
(require 'esml-util)
;; Emacs mode for editing ML Basis files
Modified: mlton/trunk/ide/emacs/esml-util.el
===================================================================
--- mlton/trunk/ide/emacs/esml-util.el 2008-01-09 17:01:39 UTC (rev 6304)
+++ mlton/trunk/ide/emacs/esml-util.el 2008-01-09 17:03:42 UTC (rev 6305)
@@ -4,6 +4,7 @@
;; See the file MLton-LICENSE for details.
(require 'cl)
+(require 'compat)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SML metadata
More information about the MLton-commit
mailing list