/[emacs]/emacs/lisp/gud.el
ViewVC logotype

Diff of /emacs/lisp/gud.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.149 by eliz, Tue Sep 11 18:28:22 2001 UTC revision 1.149.4.1 by eliz, Tue Feb 5 18:09:13 2002 UTC
# Line 2335  Obeying it means displaying in another w Line 2335  Obeying it means displaying in another w
2335  (defun gud-refresh (&optional arg)  (defun gud-refresh (&optional arg)
2336    "Fix up a possibly garbled display, and redraw the arrow."    "Fix up a possibly garbled display, and redraw the arrow."
2337    (interactive "P")    (interactive "P")
   (recenter arg)  
2338    (or gud-last-frame (setq gud-last-frame gud-last-last-frame))    (or gud-last-frame (setq gud-last-frame gud-last-last-frame))
2339    (gud-display-frame))    (gud-display-frame)
2340      (recenter arg))
2341    
2342  ;;; Code for parsing expressions out of C code.  The single entry point is  ;;; Code for parsing expressions out of C code.  The single entry point is
2343  ;;; find-c-expr, which tries to return an lvalue expression from around point.  ;;; find-c-expr, which tries to return an lvalue expression from around point.

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.149.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26