changeset 72435:4bb2db64b4a1

(gdb-edit-locals-value): Balance parens.
author Romain Francoise <romain@orebokech.com>
date Thu, 17 Aug 2006 17:56:57 +0000
parents 3588dabaea6b
children 34e079ee9d15
files lisp/ChangeLog lisp/progmodes/gdb-ui.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Aug 17 17:34:39 2006 +0000
+++ b/lisp/ChangeLog	Thu Aug 17 17:56:57 2006 +0000
@@ -1,3 +1,7 @@
+2006-08-17  Romain Francoise  <romain@orebokech.com>
+
+	* progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
+
 2006-08-17  Richard Stallman  <rms@gnu.org>
 
 	* compare-w.el (compare-windows): lambda's take an arg and pass
--- a/lisp/progmodes/gdb-ui.el	Thu Aug 17 17:34:39 2006 +0000
+++ b/lisp/progmodes/gdb-ui.el	Thu Aug 17 17:56:57 2006 +0000
@@ -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.