[slime-cvs] CVS slime

trittweiler trittweiler at common-lisp.net
Sun Mar 16 10:46:33 UTC 2008


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv16705

Modified Files:
	ChangeLog 
Log Message:

* swank.lisp (load-file-set-package): Removed; the function was
  only used in `slime-load-file-set-package' which invokes
  `slime-repl-set-package' which set the package for a second time.

* slime.lisp (slime-load-file-set-package): Don't call
  SWANK:LOAD-FILE-SET-PACKAGE, but merely call SWANK:LOAD-FILE,
  then invoke `slime-repl-set-package' which will set the package.

  (slime-pretty-find-buffer-package): Removed. (Nowhere used.)
  (slime-set-package): Ditto.


--- /project/slime/cvsroot/slime/ChangeLog	2008/03/14 14:05:04	1.1320
+++ /project/slime/cvsroot/slime/ChangeLog	2008/03/16 10:46:33	1.1321
@@ -1,3 +1,16 @@
+2008-03-16  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* swank.lisp (load-file-set-package): Removed; the function was
+	only used in `slime-load-file-set-package' which invokes
+	`slime-repl-set-package' which set the package for a second time.
+
+	* slime.lisp (slime-load-file-set-package): Don't call
+	SWANK:LOAD-FILE-SET-PACKAGE, but merely call SWANK:LOAD-FILE,
+	then invoke `slime-repl-set-package' which will set the package.
+
+	(slime-pretty-find-buffer-package): Removed. (Nowhere used.)
+	(slime-set-package): Ditto.
+	
 2008-03-14  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	* swank.lisp (classify-symbol, symbol-classification->string): Add




More information about the slime-cvs mailing list