changeset 58004:ae799359b66c

(ada-gdb-application): Use goto-char instead of beginning-of-buffer.
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 Nov 2004 03:58:37 +0000
parents e47d2626afd7
children f15a720d0f24
files lisp/progmodes/ada-xref.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/ada-xref.el	Sun Nov 07 03:57:24 2004 +0000
+++ b/lisp/progmodes/ada-xref.el	Sun Nov 07 03:58:37 2004 +0000
@@ -1292,7 +1292,7 @@
 
       ;;  Move to the end of the debugger buffer, so that it is automatically
       ;;  scrolled from then on.
-      (end-of-buffer)
+      (goto-char (point-max))
 
       ;;  Display both the source window and the debugger window (the former
       ;;  above the latter).  No need to show the debugger window unless it