emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gud.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/gud.el
Date: Tue, 05 Feb 2002 13:09:13 -0500

Index: emacs/lisp/gud.el
diff -c emacs/lisp/gud.el:1.153 emacs/lisp/gud.el:1.154
*** emacs/lisp/gud.el:1.153     Fri Jan 18 13:57:20 2002
--- emacs/lisp/gud.el   Tue Feb  5 13:04:49 2002
***************
*** 2512,2520 ****
  (defun gud-refresh (&optional arg)
    "Fix up a possibly garbled display, and redraw the arrow."
    (interactive "P")
-   (recenter arg)
    (or gud-last-frame (setq gud-last-frame gud-last-last-frame))
!   (gud-display-frame))
  
  ;;; Code for parsing expressions out of C code.  The single entry point is
  ;;; find-c-expr, which tries to return an lvalue expression from around point.
--- 2512,2520 ----
  (defun gud-refresh (&optional arg)
    "Fix up a possibly garbled display, and redraw the arrow."
    (interactive "P")
    (or gud-last-frame (setq gud-last-frame gud-last-last-frame))
!   (gud-display-frame)
!   (recenter arg))
  
  ;;; Code for parsing expressions out of C code.  The single entry point is
  ;;; find-c-expr, which tries to return an lvalue expression from around point.



reply via email to

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