Mercurial > emacs
changeset 78533:8bf8256b3ffa
(gud-common-init): Use new name split-string-and-unquote.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 12 Aug 2007 18:02:39 +0000 |
parents | 97bfd89475cd |
children | 9ba019f08d78 |
files | lisp/progmodes/gud.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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