[slime-cvs] CVS slime
CVS User heller
heller at common-lisp.net
Thu May 6 06:18:32 UTC 2010
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv4328
Modified Files:
ChangeLog swank-clisp.lisp swank-cmucl.lisp swank-scl.lisp
Log Message:
Remove some non-standard file variables.
* swank-cmucl.lisp, swank-scl.lisp: Remove pbook vars.
* swank-clisp.lisp: Remove indentation settings. Slime does it
automatically.
--- /project/slime/cvsroot/slime/ChangeLog 2010/05/05 18:10:17 1.2085
+++ /project/slime/cvsroot/slime/ChangeLog 2010/05/06 06:18:32 1.2086
@@ -1,3 +1,11 @@
+2010-05-06 Helmut Eller <heller at common-lisp.net>
+
+ Remove some non-standard file variables.
+
+ * swank-cmucl.lisp, swank-scl.lisp: Remove pbook vars.
+ * swank-clisp.lisp: Remove indentation settings. Slime does it
+ automatically.
+
2010-05-05 Stas Boukarev <stassats at gmail.com>
* slime.el (slime-dispatch-event): Fix typo in the previous commit.
--- /project/slime/cvsroot/slime/swank-clisp.lisp 2010/03/02 12:38:06 1.93
+++ /project/slime/cvsroot/slime/swank-clisp.lisp 2010/05/06 06:18:32 1.94
@@ -848,8 +848,3 @@
,@(if restart-function
`((:init-function ,restart-function))))))
(apply #'ext:saveinitmem args)))
-
-;;; Local Variables:
-;;; eval: (put 'compile-file-frobbing-notes 'lisp-indent-function 1)
-;;; eval: (put 'dynamic-flet 'common-lisp-indent-function 1)
-;;; End:
--- /project/slime/cvsroot/slime/swank-cmucl.lisp 2010/05/05 05:25:29 1.222
+++ /project/slime/cvsroot/slime/swank-cmucl.lisp 2010/05/06 06:18:32 1.223
@@ -2486,10 +2486,3 @@
(call-program args :output t)
(delete-file infile)
outfile)))
-
-;; (save-image "/tmp/x.core")
-
-;; Local Variables:
-;; pbook-heading-regexp: "^;;;\\(;+\\)"
-;; pbook-commentary-regexp: "^;;;\\($\\|[^;]\\)"
-;; End:
--- /project/slime/cvsroot/slime/swank-scl.lisp 2010/03/02 12:38:07 1.36
+++ /project/slime/cvsroot/slime/swank-scl.lisp 2010/05/06 06:18:32 1.37
@@ -2028,8 +2028,3 @@
;;; Not implemented in SCL.
(defimplementation make-weak-key-hash-table (&rest args)
(apply #'make-hash-table :weak-p t args))
-
-;; Local Variables:
-;; pbook-heading-regexp: "^;;;\\(;+\\)"
-;; pbook-commentary-regexp: "^;;;\\($\\|[^;]\\)"
-;; End:
More information about the slime-cvs
mailing list