]> code.delx.au - gnu-emacs-elpa/commitdiff
* sml-mode-startup.el: fixed to fulfill autoload.el assumptions.
authormonnier <>
Tue, 22 Jun 1999 23:38:58 +0000 (23:38 +0000)
committermonnier <>
Tue, 22 Jun 1999 23:38:58 +0000 (23:38 +0000)
ChangeLog
sml-mode-startup.el

index 698d8a8846ae2c548019f9c77f9ecfcc8d8ecfbb..81cf3c6ffcf5e383d12196b50d88167d919e3156 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-06-22  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * sml-mode-startup.el: fixed to fulfill autoload.el assumptions.
+
 1999-06-21  Stefan Monnier  <monnier@cs.yale.edu>
 
        * sml-defs.el (sml-bindings): removed bindings for TAB and M-C-\
index 11a1139967b7a83266d88e132173fe0789ca218e..115c124ffeedf16d4a7fdbc3cc08579e2448bacc 100644 (file)
@@ -15,7 +15,7 @@
 
 ;; the rest is the auto-generated autoloads
 \f
-;;;### (autoloads (sml-mode) "sml-mode" "sml-mode.el" (14190 21314))
+;;;### (autoloads (sml-mode) "sml-mode" "sml-mode.el" (14190 21870))
 ;;; Generated autoloads from sml-mode.el
 
 (autoload (quote sml-mode) "sml-mode" "\
@@ -26,7 +26,7 @@ Entry to this mode runs the hooks on sml-mode-hook.
 ;;;***
 \f
 ;;;### (autoloads (sml-load-file sml-send-buffer sml-send-region
-;;;;;;  switch-to-sml run-sml) "sml-proc" "sml-proc.el" (14187 25166))
+;;;;;;  switch-to-sml run-sml) "sml-proc" "sml-proc.el" (14192 10910))
 ;;; Generated autoloads from sml-proc.el
 
 (autoload (quote run-sml) "sml-proc" "\
@@ -71,3 +71,8 @@ the command to send to the ML process; a trailing \";\\n\" will be added
 automatically." t nil)
 
 ;;;***
+\f
+;;; Local Variables:
+;;; no-byte-compile: t
+;;; no-update-autoloads: t
+;;; End: