# HG changeset patch # User Nick Roberts # Date 1183877680 0 # Node ID 3440edc548e337c11da79bf9e4ab34ad67d8f8c7 # Parent 4986050dd338715ea98da2f965f90cb1cc327b4f (gud-common-init): Call string->strings instead of split-string. diff -r 4986050dd338 -r 3440edc548e3 lisp/progmodes/gud.el --- a/lisp/progmodes/gud.el Sun Jul 08 06:51:48 2007 +0000 +++ b/lisp/progmodes/gud.el Sun Jul 08 06:54:40 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 (split-string command-line)) + (let* ((words (string->strings command-line)) (program (car words)) (dir default-directory) ;; Extract the file name from WORDS