1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(gud-common-init): Call string->strings instead

of split-string.
This commit is contained in:
Nick Roberts 2007-07-08 06:54:40 +00:00
parent 24086dddf0
commit 053bb163b6

View 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 (split-string command-line))
(let* ((words (string->strings command-line))
(program (car words))
(dir default-directory)
;; Extract the file name from WORDS