From: Richard M. Stallman Date: Sun, 12 Aug 2007 18:02:39 +0000 (+0000) Subject: (gud-common-init): Use new name split-string-and-unquote. X-Git-Tag: emacs-pretest-22.1.90~1015 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=00b733b76ddba1c9e7ffc005134aac129195518a;p=emacs.git (gud-common-init): Use new name split-string-and-unquote. --- diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index 06bdd6a0b5f..d5632ffe09f 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el @@ -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