summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ada-xref.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-11-07 03:58:37 +0000
committerRichard M. Stallman <rms@gnu.org>2004-11-07 03:58:37 +0000
commit254746ffd936ae4d84466442a6cb933d6391046f (patch)
treef14401fc8dbfd2fced140da30616f939ec4c99e1 /lisp/progmodes/ada-xref.el
parentfc49c9c623f4684cf9e3c0c03cd46d6cabccf2f0 (diff)
downloademacs-254746ffd936ae4d84466442a6cb933d6391046f.tar.gz
emacs-254746ffd936ae4d84466442a6cb933d6391046f.tar.bz2
emacs-254746ffd936ae4d84466442a6cb933d6391046f.zip
(ada-gdb-application): Use goto-char instead of beginning-of-buffer.
Diffstat (limited to 'lisp/progmodes/ada-xref.el')
-rw-r--r--lisp/progmodes/ada-xref.el2
1 files changed, 1 insertions, 1 deletions
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