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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ada-xref.el [lexbind]
Date: Thu, 11 Nov 2004 23:45:13 -0500

Index: emacs/lisp/progmodes/ada-xref.el
diff -c emacs/lisp/progmodes/ada-xref.el:1.10.2.5 
emacs/lisp/progmodes/ada-xref.el:1.10.2.6
*** emacs/lisp/progmodes/ada-xref.el:1.10.2.5   Thu Nov  4 13:12:43 2004
--- emacs/lisp/progmodes/ada-xref.el    Fri Nov 12 04:21:21 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]