# HG changeset patch # User Richard M. Stallman # Date 1099799917 0 # Node ID ae799359b66cc737dd8282ae10f30805253316f5 # Parent e47d2626afd7ac0fb5984baa715b2ee80d506c3e (ada-gdb-application): Use goto-char instead of beginning-of-buffer. diff -r e47d2626afd7 -r ae799359b66c lisp/progmodes/ada-xref.el --- 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