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: Fri, 25 Nov 2005 02:29:11 -0500

Index: emacs/lisp/ediff-wind.el
diff -c emacs/lisp/ediff-wind.el:1.41 emacs/lisp/ediff-wind.el:1.42
*** emacs/lisp/ediff-wind.el:1.41       Thu Oct  6 00:09:48 2005
--- emacs/lisp/ediff-wind.el    Fri Nov 25 07:29:10 2005
***************
*** 1135,1143 ****
          (list (cons 'left (max 0 (eval (cdr (assoc 'left frame-A-params)))))
                (cons 'width (cdr (assoc 'width frame-A-params))))
          ediff-wide-display-frame frame-A)
!     (modify-frame-parameters frame-A (list (cons 'left cw)
!                                                (cons 'width wd)))))
! 
  
  
  ;; Revise the mode line to display which difference we have selected
--- 1135,1141 ----
          (list (cons 'left (max 0 (eval (cdr (assoc 'left frame-A-params)))))
                (cons 'width (cdr (assoc 'width frame-A-params))))
          ediff-wide-display-frame frame-A)
!     (modify-frame-parameters frame-A `((left . ,cw) (width . ,wd)))))
  
  
  ;; Revise the mode line to display which difference we have selected




reply via email to

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