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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ada-xref.el
Date: Sat, 06 Nov 2004 23:06:39 -0500

Index: emacs/lisp/progmodes/ada-xref.el
diff -c emacs/lisp/progmodes/ada-xref.el:1.20 
emacs/lisp/progmodes/ada-xref.el:1.21
*** emacs/lisp/progmodes/ada-xref.el:1.20       Mon Nov  1 07:44:08 2004
--- emacs/lisp/progmodes/ada-xref.el    Sun Nov  7 03:58:37 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]