[slime-cvs] CVS update: slime/swank-cmucl.lisp slime/swank-backend.lisp slime/slime.el

Luke Gorrie lgorrie at common-lisp.net
Mon May 2 18:17:21 UTC 2005


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv28972

Modified Files:
	swank-cmucl.lisp swank-backend.lisp slime.el 
Log Message:
Minor comment tweaks.

Date: Mon May  2 20:17:20 2005
Author: lgorrie

Index: slime/swank-cmucl.lisp
diff -u slime/swank-cmucl.lisp:1.145 slime/swank-cmucl.lisp:1.146
--- slime/swank-cmucl.lisp:1.145	Fri Apr 29 01:30:25 2005
+++ slime/swank-cmucl.lisp	Mon May  2 20:17:19 2005
@@ -15,7 +15,7 @@
 
 ;;;; "Hot fixes"
 ;;;
-;;; Here are necessary bugfixes to the latest released version of
+;;; Here are necessary bugfixes to the oldest supported verison of
 ;;; CMUCL (currently 18e). Any fixes placed here should also be
 ;;; submitted to the `cmucl-imp' mailing list and confirmed as
 ;;; good. When a new release is made that includes the fixes we should


Index: slime/swank-backend.lisp
diff -u slime/swank-backend.lisp:1.84 slime/swank-backend.lisp:1.85
--- slime/swank-backend.lisp:1.84	Tue Apr 19 22:18:36 2005
+++ slime/swank-backend.lisp	Mon May  2 20:17:19 2005
@@ -1,8 +1,10 @@
-;;;; -*- Mode: lisp; indent-tabs-mode: nil; outline-regexp: ";;;;;*" -*-
+;;; -*- Mode: lisp; indent-tabs-mode: nil; outline-regexp: ";;;;;*" -*-
 ;;;
 ;;; slime-backend.lisp --- SLIME backend interface.
 ;;;
 ;;; Created by James Bielman in 2003. Released into the public domain.
+;;;
+;;;; Frontmatter
 ;;;
 ;;; This file defines the functions that must be implemented
 ;;; separately for each Lisp. Each is declared as a generic function


Index: slime/slime.el
diff -u slime/slime.el:1.486 slime/slime.el:1.487
--- slime/slime.el:1.486	Sun May  1 12:47:12 2005
+++ slime/slime.el	Mon May  2 20:17:19 2005
@@ -1,4 +1,4 @@
-;;;; -*- mode: emacs-lisp; mode: outline-minor; outline-regexp: ";;;;+"; indent-tabs-mode: nil -*-
+;;; -*- mode: emacs-lisp; mode: outline-minor; outline-regexp: ";;;;+"; indent-tabs-mode: nil -*-
 ;; slime.el -- Superior Lisp Interaction Mode for Emacs
 ;;;; License
 ;;     Copyright (C) 2003  Eric Marsden, Luke Gorrie, Helmut Eller
@@ -8997,4 +8997,4 @@
 
 (provide 'slime)
 
-;;;; slime.el ends here
+;;; slime.el ends here




More information about the slime-cvs mailing list