[slime-cvs] CVS slime
CVS User heller
heller at common-lisp.net
Sun May 6 08:51:26 UTC 2012
Update of /project/slime/cvsroot/slime
In directory tiger.common-lisp.net:/tmp/cvs-serv30764
Modified Files:
ChangeLog swank-rpc.lisp swank.lisp
Log Message:
* swank.lisp, swank-rpc.lisp: iso-8859-1 is not same as latin-1-unix.
--- /project/slime/cvsroot/slime/ChangeLog 2012/05/06 08:39:11 1.2329
+++ /project/slime/cvsroot/slime/ChangeLog 2012/05/06 08:51:26 1.2330
@@ -1,3 +1,8 @@
+2012-05-06 Helmut Eller <heller at common-lisp.net>
+
+ * swank.lisp, swank-rpc.lisp: iso-8859-1 is not same as
+ latin-1-unix.
+
2012-05-06 Cyrus Harmon <ch-slime at bobobeach.com>
Helmut Eller <heller at common-lisp.net>
--- /project/slime/cvsroot/slime/swank-rpc.lisp 2012/04/24 11:12:14 1.12
+++ /project/slime/cvsroot/slime/swank-rpc.lisp 2012/05/06 08:51:26 1.13
@@ -1,4 +1,4 @@
-;;; -*- indent-tabs-mode: nil; coding: iso-8859-1 -*-
+;;; -*- indent-tabs-mode: nil; coding: latin-1-unix -*-
;;;
;;; swank-rpc.lisp -- Pass remote calls and responses between lisp systems.
;;;
--- /project/slime/cvsroot/slime/swank.lisp 2012/05/03 07:44:54 1.789
+++ /project/slime/cvsroot/slime/swank.lisp 2012/05/06 08:51:26 1.790
@@ -1,10 +1,8 @@
-;;; -*- outline-regexp: ";;;;;*"; indent-tabs-mode: nil; coding: iso-8859-1 -*-
+;;;; swank.lisp --- Server for SLIME commands.
;;;
;;; This code has been placed in the Public Domain. All warranties
;;; are disclaimed.
;;;
-;;;; swank.lisp
-;;;
;;; This file defines the "Swank" TCP server for Emacs to talk to. The
;;; code in this file is purely portable Common Lisp. We do require a
;;; smattering of non-portable functions in order to write the server,
@@ -3688,4 +3686,10 @@
(defun init ()
(run-hook *after-init-hook*))
+;; Local Variables:
+;; coding: latin-1-unix
+;; indent-tabs-mode: nil
+;; outline-regexp: ";;;;;*"
+;; End:
+
;;; swank.lisp ends here
More information about the slime-cvs
mailing list