emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/gud.el, v [EMACS_22_BASE]


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gud.el, v [EMACS_22_BASE]
Date: Sun, 12 Aug 2007 18:02:40 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Richard M. Stallman <rms>       07/08/12 18:02:40

Index: gud.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/gud.el,v
retrieving revision 1.129.2.5
retrieving revision 1.129.2.6
diff -u -b -r1.129.2.5 -r1.129.2.6
--- gud.el      8 Aug 2007 07:31:09 -0000       1.129.2.5
+++ gud.el      12 Aug 2007 18:02:39 -0000      1.129.2.6
@@ -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 (string->strings command-line))
+  (let* ((words (split-string-and-unquote command-line))
         (program (car words))
         (dir default-directory)
         ;; Extract the file name from WORDS




reply via email to

[Prev in Thread] Current Thread [Next in Thread]