From: Nick Roberts Date: Thu, 28 Jun 2007 01:33:18 +0000 (+0000) Subject: (gud-common-init): Call string->strings instead X-Git-Tag: emacs-pretest-23.0.90~12087 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f87eddbacb85cc63128e535fda4d9a31fab3f73;p=emacs.git (gud-common-init): Call string->strings instead of split-string. --- diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index e557fdef843..aa382d4e185 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 (split-string command-line)) + (let* ((words (string->strings command-line)) (program (car words)) (dir default-directory) ;; Extract the file name from WORDS