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/gdb-ui.el,v


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el,v
Date: Thu, 17 Aug 2006 17:56:59 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Romain Francoise <rfrancoise>   06/08/17 17:56:58

Index: progmodes/gdb-ui.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/gdb-ui.el,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -b -r1.182 -r1.183
--- progmodes/gdb-ui.el 17 Aug 2006 11:44:40 -0000      1.182
+++ progmodes/gdb-ui.el 17 Aug 2006 17:56:57 -0000      1.183
@@ -3536,7 +3536,7 @@
           (value (read-string (format "New value (%s): " var))))
       (gdb-enqueue-input
        (list (concat  gdb-server-prefix"set variable " var " = " value "\n")
-            'ignore))))))
+            'ignore)))))
 
 ;; Dont display values of arrays or structures.
 ;; These can be expanded using gud-watch.




reply via email to

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