# HG changeset patch # User John Paul Wallington # Date 1133060392 0 # Node ID 49baebc0ed7070d8d4921ed4ba4bf29ef3276ba0 # Parent bd64098ea24161195c480dcde841686b7b27ec4b *** empty log message *** diff -r bd64098ea241 -r 49baebc0ed70 lisp/ChangeLog --- 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 * 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