# HG changeset patch # User Richard M. Stallman # Date 1186941759 0 # Node ID 8bf8256b3ffa9e85fb72eae1f1f8651e69aea09e # Parent 97bfd89475cdbf3667bef13cf97575d6bf2d12f4 (gud-common-init): Use new name split-string-and-unquote. diff -r 97bfd89475cd -r 8bf8256b3ffa lisp/progmodes/gud.el --- a/lisp/progmodes/gud.el Sun Aug 12 18:01:29 2007 +0000 +++ b/lisp/progmodes/gud.el Sun Aug 12 18:02:39 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 (string->strings command-line)) + (let* ((words (split-string-and-unquote command-line)) (program (car words)) (dir default-directory) ;; Extract the file name from WORDS