Mercurial > emacs
changeset 78084:3440edc548e3
(gud-common-init): Call string->strings instead
of split-string.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sun, 08 Jul 2007 06:54:40 +0000 |
parents | 4986050dd338 |
children | a861d80cf88c |
files | lisp/progmodes/gud.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/gud.el Sun Jul 08 06:51:48 2007 +0000 +++ b/lisp/progmodes/gud.el Sun Jul 08 06:54:40 2007 +0000 @@ -2462,7 +2462,7 @@ ;; for local variables in the debugger buffer. (defun gud-common-init (command-line massage-args marker-filter &optional find-file) - (let* ((words (split-string command-line)) + (let* ((words (string->strings command-line)) (program (car words)) (dir default-directory) ;; Extract the file name from WORDS