diff options
| -rw-r--r-- | lisp/progmodes/gud.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 2462 | ;; for local variables in the debugger buffer. | 2462 | ;; for local variables in the debugger buffer. |
| 2463 | (defun gud-common-init (command-line massage-args marker-filter | 2463 | (defun gud-common-init (command-line massage-args marker-filter |
| 2464 | &optional find-file) | 2464 | &optional find-file) |
| 2465 | (let* ((words (split-string command-line)) | 2465 | (let* ((words (string->strings command-line)) |
| 2466 | (program (car words)) | 2466 | (program (car words)) |
| 2467 | (dir default-directory) | 2467 | (dir default-directory) |
| 2468 | ;; Extract the file name from WORDS | 2468 | ;; Extract the file name from WORDS |