diff lisp/ChangeLog @ 101745:c9c39ffbecf1

(scheme-args-to-list): Remove. (run-scheme): Use split-string-and-unquote instead, so as to allow spaces in the command name and/or the arguments.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 01 Feb 2009 22:32:43 +0000
parents 57277ecc1e6e
children 99d46a6e4dc2
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Feb 01 22:10:05 2009 +0000
+++ b/lisp/ChangeLog	Sun Feb 01 22:32:43 2009 +0000
@@ -1,3 +1,9 @@
+2009-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* cmuscheme.el (scheme-args-to-list): Remove.
+	(run-scheme): Use split-string-and-unquote instead, so as to allow
+	spaces in the command name and/or the arguments.
+
 2009-02-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
 	* term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.