]> git.eshelyaron.com Git - emacs.git/commitdiff
(gud-common-init): Call string->strings instead
authorNick Roberts <nickrob@snap.net.nz>
Sun, 8 Jul 2007 06:54:40 +0000 (06:54 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sun, 8 Jul 2007 06:54:40 +0000 (06:54 +0000)
of split-string.

lisp/progmodes/gud.el

index 536d8c4cfc1c48583224ecdc6d9aac16df796a8e..57eed959f8b915986aa905b23002c3acd03ddf93 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