[slime-cvs] CVS slime
CVS User dcrosher
dcrosher at common-lisp.net
Tue Apr 24 11:12:15 UTC 2012
Update of /project/slime/cvsroot/slime
In directory tiger.common-lisp.net:/tmp/cvs-serv4506
Modified Files:
swank.lisp swank-rpc.lisp ChangeLog
Log Message:
* Use #\; to separate the file options.
--- /project/slime/cvsroot/slime/swank.lisp 2012/04/07 08:19:32 1.786
+++ /project/slime/cvsroot/slime/swank.lisp 2012/04/24 11:12:14 1.787
@@ -1,4 +1,4 @@
-;;; -*- outline-regexp:";;;;;*" indent-tabs-mode:nil coding:latin-1-unix -*-
+;;; -*- outline-regexp: ";;;;;*"; indent-tabs-mode: nil; coding: iso-8859-1 -*-
;;;
;;; This code has been placed in the Public Domain. All warranties
;;; are disclaimed.
--- /project/slime/cvsroot/slime/swank-rpc.lisp 2011/12/04 15:44:08 1.11
+++ /project/slime/cvsroot/slime/swank-rpc.lisp 2012/04/24 11:12:14 1.12
@@ -1,4 +1,4 @@
-;;; -*- indent-tabs-mode:nil coding:latin-1-unix -*-
+;;; -*- indent-tabs-mode: nil; coding: iso-8859-1 -*-
;;;
;;; swank-rpc.lisp -- Pass remote calls and responses between lisp systems.
;;;
--- /project/slime/cvsroot/slime/ChangeLog 2012/04/23 16:32:52 1.2319
+++ /project/slime/cvsroot/slime/ChangeLog 2012/04/24 11:12:14 1.2320
@@ -1,3 +1,10 @@
+2012-04-24 Douglas Crosher <dcrosher at common-lisp.net>
+
+ * swank-scl.lisp (create-socket): correct variable name typo.
+
+ * swank.lisp, swank-rpc.lisp (file options): use #\; to separate the
+ file options.
+
2012-04-23 Christophe Rhodes <csr21 at cantab.net>
* slime.el (slime-operator-before-point-function): new variable.
More information about the slime-cvs
mailing list