emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Michael Kifer
Subject: [Emacs-diffs] Changes to emacs/lisp/ediff-wind.el
Date: Mon, 24 Dec 2001 00:50:33 -0500

Index: emacs/lisp/ediff-wind.el
diff -c emacs/lisp/ediff-wind.el:1.29 emacs/lisp/ediff-wind.el:1.30
*** emacs/lisp/ediff-wind.el:1.29       Mon Jul 16 03:46:48 2001
--- emacs/lisp/ediff-wind.el    Mon Dec 24 00:50:31 2001
***************
*** 1018,1025 ****
        
      (if ediff-xemacs-p
        (ediff-with-current-buffer ctl-buffer
!         (make-local-hook 'select-frame-hook)
!         (add-hook 'select-frame-hook 'ediff-xemacs-select-frame-hook nil t)
          ))
        
      (ediff-with-current-buffer ctl-buffer
--- 1018,1027 ----
        
      (if ediff-xemacs-p
        (ediff-with-current-buffer ctl-buffer
!         (if ediff-xemacs-p
!             (make-local-hook 'select-frame-hook))
!         (add-hook
!          'select-frame-hook 'ediff-xemacs-select-frame-hook nil 'local)
          ))
        
      (ediff-with-current-buffer ctl-buffer



reply via email to

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