Mercurial > emacs
changeset 81645:8fb0b13a76a7
(gud-common-init): Call string->strings instead
of split-string.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Thu, 28 Jun 2007 01:33:18 +0000 |
parents | 67135a46736a |
children | 2f3bcf8fe6fc |
files | lisp/progmodes/gud.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/gud.el Thu Jun 28 01:30:51 2007 +0000 +++ b/lisp/progmodes/gud.el Thu Jun 28 01:33:18 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