diff options
| author | Stefan Monnier | 2009-02-01 22:32:43 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-02-01 22:32:43 +0000 |
| commit | 8f4cafbce212e50c78c75092eec0f2f3c801594e (patch) | |
| tree | 2f789bd0b5101e83d07814184b380be87109b9f6 /lisp/ChangeLog | |
| parent | ae24ab328b0d9c691b7ec2604b7013411d7fe2b6 (diff) | |
| download | emacs-8f4cafbce212e50c78c75092eec0f2f3c801594e.tar.gz emacs-8f4cafbce212e50c78c75092eec0f2f3c801594e.zip | |
(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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 40d280d9bca..ce6ee7b83fc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * cmuscheme.el (scheme-args-to-list): Remove. | ||
| 4 | (run-scheme): Use split-string-and-unquote instead, so as to allow | ||
| 5 | spaces in the command name and/or the arguments. | ||
| 6 | |||
| 1 | 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com> | 7 | 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 2 | 8 | ||
| 3 | * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option. | 9 | * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option. |