From: Richard M. Stallman Date: Sun, 7 Nov 2004 03:58:37 +0000 (+0000) Subject: (ada-gdb-application): Use goto-char instead of beginning-of-buffer. X-Git-Tag: ttn-vms-21-2-B4~4134 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=254746ffd936ae4d84466442a6cb933d6391046f;p=emacs.git (ada-gdb-application): Use goto-char instead of beginning-of-buffer. --- diff --git a/lisp/progmodes/ada-xref.el b/lisp/progmodes/ada-xref.el index 472cfc3053e..e7eb0657eac 100644 --- a/lisp/progmodes/ada-xref.el +++ b/lisp/progmodes/ada-xref.el @@ -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