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:
parent
24086dddf0
commit
053bb163b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user