aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorNick Roberts <[email protected]>2007-07-08 06:54:40 +0000
committerNick Roberts <[email protected]>2007-07-08 06:54:40 +0000
commit053bb163b6279108ed9a3461d050be92bb1a1ab4 (patch)
tree1b1a765ec8b950679a4eec1dc7cdf432c4788d51 /lisp
parent24086dddf039f2c6e83fdb93f0ee76f8d6efbbc5 (diff)
(gud-common-init): Call string->strings instead
of split-string.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/gud.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el
index 536d8c4cfc..57eed959f8 100644
--- a/lisp/progmodes/gud.el
+++ b/lisp/progmodes/gud.el
@@ -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