emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/ada-xref.el [emacs-unicode


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ada-xref.el [emacs-unicode-2]
Date: Thu, 11 Nov 2004 22:18:47 -0500

Index: emacs/lisp/progmodes/ada-xref.el
diff -c emacs/lisp/progmodes/ada-xref.el:1.16.4.4 
emacs/lisp/progmodes/ada-xref.el:1.16.4.5
*** emacs/lisp/progmodes/ada-xref.el:1.16.4.4   Thu Nov  4 08:55:38 2004
--- emacs/lisp/progmodes/ada-xref.el    Fri Nov 12 02:53:02 2004
***************
*** 1292,1298 ****
  
        ;;  Move to the end of the debugger buffer, so that it is automatically
        ;;  scrolled from then on.
!       (end-of-buffer)
  
        ;;  Display both the source window and the debugger window (the former
        ;;  above the latter).  No need to show the debugger window unless it
--- 1292,1298 ----
  
        ;;  Move to the end of the debugger buffer, so that it is automatically
        ;;  scrolled from then on.
!       (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]