]> git.eshelyaron.com Git - emacs.git/commitdiff
(gud-common-init): Use new name split-string-and-unquote.
authorRichard M. Stallman <rms@gnu.org>
Sun, 12 Aug 2007 18:02:39 +0000 (18:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 12 Aug 2007 18:02:39 +0000 (18:02 +0000)
lisp/progmodes/gud.el

index 06bdd6a0b5f2a76b516d16d932a5b1a5c4889f0c..d5632ffe09f378d980d8caf471277f8038a4a657 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 (string->strings command-line))
+  (let* ((words (split-string-and-unquote command-line))
         (program (car words))
         (dir default-directory)
         ;; Extract the file name from WORDS