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: Sun, 10 Feb 2002 01:46:13 -0500

Index: emacs/lisp/ediff-wind.el
diff -c emacs/lisp/ediff-wind.el:1.31 emacs/lisp/ediff-wind.el:1.32
*** emacs/lisp/ediff-wind.el:1.31       Mon Jan  7 23:36:01 2002
--- emacs/lisp/ediff-wind.el    Sun Feb 10 01:46:12 2002
***************
*** 968,975 ****
      (if (ediff-has-toolbar-support-p)
        (ediff-cond-compile-for-xemacs-or-emacs
         (progn ; xemacs
!          (set-specifier top-toolbar-height (list ctl-frame 2))
!          (set-specifier top-gutter (list ctl-frame nil))
           (sit-for 0)
           (set-specifier top-toolbar-height (list ctl-frame 0))
           ;;(set-specifier bottom-toolbar-height (list ctl-frame 0))
--- 968,975 ----
      (if (ediff-has-toolbar-support-p)
        (ediff-cond-compile-for-xemacs-or-emacs
         (progn ; xemacs
!          (if (ediff-has-gutter-support-p)
!              (set-specifier top-gutter (list ctl-frame nil)))
           (sit-for 0)
           (set-specifier top-toolbar-height (list ctl-frame 0))
           ;;(set-specifier bottom-toolbar-height (list ctl-frame 0))



reply via email to

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