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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/gud.el
Date: Wed, 04 Jun 2003 05:42:37 -0400

Index: emacs/lisp/gud.el
diff -c emacs/lisp/gud.el:1.178 emacs/lisp/gud.el:1.179
*** emacs/lisp/gud.el:1.178     Wed May 28 16:27:47 2003
--- emacs/lisp/gud.el   Wed Jun  4 05:42:37 2003
***************
*** 2434,2439 ****
--- 2434,2441 ----
          (if gud-filter-pending-text
              (gud-filter proc ""))))))
  
+ (defvar gud-minor-mode-type nil)
+ 
  (defun gud-sentinel (proc msg)
    (cond ((null (buffer-name (process-buffer proc)))
         ;; buffer killed
***************
*** 2474,2481 ****
             ;; Restore old buffer, but don't restore old point
             ;; if obuf is the gud buffer.
             (set-buffer obuf))))))
- 
- (defvar gud-minor-mode-type nil)
  
  (defun gud-kill-buffer-hook ()
    (if gud-minor-mode
--- 2476,2481 ----




reply via email to

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