]> git.eshelyaron.com Git - emacs.git/commitdiff
(gud-common-init): Call string->strings instead
authorNick Roberts <nickrob@snap.net.nz>
Thu, 28 Jun 2007 01:33:18 +0000 (01:33 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 28 Jun 2007 01:33:18 +0000 (01:33 +0000)
of split-string.

lisp/progmodes/gud.el

index e557fdef8430b43e6a6916ea2c20ecd478f0fba5..aa382d4e1859306e99e9ac44a4b73c14904322b4 100644 (file)
@@ -2462,7 +2462,7 @@ comint mode, which see."
 ;; 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