mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
(gud-common-init): Call string->strings instead
of split-string.
This commit is contained in:
parent
8315a3b58f
commit
7f87eddbac
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue