]> code.delx.au - gnu-emacs/commitdiff
(ada-gdb-application): Use goto-char instead of beginning-of-buffer.
authorRichard M. Stallman <rms@gnu.org>
Sun, 7 Nov 2004 03:58:37 +0000 (03:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 7 Nov 2004 03:58:37 +0000 (03:58 +0000)
lisp/progmodes/ada-xref.el

index 472cfc3053eb8f35c700522483fc9561ddd51c0a..e7eb0657eac68d0da86eb9e4edee835c40cfd9b1 100644 (file)
@@ -1292,7 +1292,7 @@ If ARG is non-nil, ask the user to confirm the command."
 
       ;;  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