diff options
-rw-r--r-- | etc/DEBUG | 8 | ||||
-rw-r--r-- | lisp/ChangeLog | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/etc/DEBUG b/etc/DEBUG index ea4e14866ca..3c1912b5d78 100644 --- a/etc/DEBUG +++ b/etc/DEBUG @@ -64,10 +64,10 @@ use the set command until the inferior process has been started. Put a breakpoint early in `main', or suspend the Emacs, to get an opportunity to do the set command. -When Emacs is running in a terminal, it is useful to use a separate terminal -for the debug session. This can be done by starting Emacs as usual, then -attaching to it from gdb with the `attach' command which is explained in the -node "Attach" of the GDB manual. +When Emacs is running in a terminal, it is sometimes useful to use a separate +terminal for the debug session. This can be done by starting Emacs as usual, +then attaching to it from gdb with the `attach' command which is explained in +the node "Attach" of the GDB manual. ** Examining Lisp object values. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5129fa474c6..d2998532dfb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-05-12 Nick Roberts <nickrob@snap.net.nz> + + * xt-mouse.el (xterm-mouse-debug-buffer): New variable. + (xterm-mouse-translate): Use it. + 2007-05-10 Richard Stallman <rms@gnu.org> * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments. |