From 7398a0a5eade9e2e07a9debfd9a612798bec51f5 Mon Sep 17 00:00:00 2001 From: monnier <> Date: Tue, 22 Jun 1999 23:38:58 +0000 Subject: [PATCH] * sml-mode-startup.el: fixed to fulfill autoload.el assumptions. --- ChangeLog | 4 ++++ sml-mode-startup.el | 9 +++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 698d8a884..81cf3c6ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-06-22 Stefan Monnier + + * sml-mode-startup.el: fixed to fulfill autoload.el assumptions. + 1999-06-21 Stefan Monnier * sml-defs.el (sml-bindings): removed bindings for TAB and M-C-\ diff --git a/sml-mode-startup.el b/sml-mode-startup.el index 11a113996..115c124ff 100644 --- a/sml-mode-startup.el +++ b/sml-mode-startup.el @@ -15,7 +15,7 @@ ;; the rest is the auto-generated autoloads -;;;### (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. ;;;*** ;;;### (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) ;;;*** + +;;; Local Variables: +;;; no-byte-compile: t +;;; no-update-autoloads: t +;;; End: -- 2.39.2