changeset 67148:49baebc0ed70

*** empty log message ***
author John Paul Wallington <jpw@pobox.com>
date Sun, 27 Nov 2005 02:59:52 +0000
parents bd64098ea241
children 74532eba8fc4
files lisp/ChangeLog
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Nov 27 02:56:41 2005 +0000
+++ b/lisp/ChangeLog	Sun Nov 27 02:59:52 2005 +0000
@@ -1,9 +1,9 @@
 2005-11-27  John Paul Wallington  <jpw@pobox.com>
 
 	* progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
-	(gdb-threads-select): Use `posn-set-point' instead of
-	`mouse-set-point' because the latter is not fbound when configured
-	without X.
+	(gdb-threads-select, gdb-edit-register-value):
+	Use `posn-set-point' instead of `mouse-set-point' because the
+	latter is not fbound when configured without X.
 
 2005-11-27  Kim F. Storm  <storm@cua.dk>