Mercurial > emacs
diff lisp/progmodes/gud.el @ 81645:8fb0b13a76a7
(gud-common-init): Call string->strings instead
of split-string.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Thu, 28 Jun 2007 01:33:18 +0000 |
parents | cb9aae08782f |
children | cd3e38bb3dc7 988f1edc9674 |
line wrap: on
line diff
--- a/lisp/progmodes/gud.el Thu Jun 28 01:30:51 2007 +0000 +++ b/lisp/progmodes/gud.el Thu Jun 28 01:33:18 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