[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: buttons for the ediff control frame
From: |
Dan Nicolaescu |
Subject: |
Re: buttons for the ediff control frame |
Date: |
Tue, 28 Mar 2006 11:25:14 -0800 |
This was missing from the previous patch...
Index: ediff-init.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ediff-init.el,v
retrieving revision 1.75
diff -c -3 -p -c -r1.75 ediff-init.el
*** ediff-init.el 19 Feb 2006 03:16:44 -0000 1.75
--- ediff-init.el 28 Mar 2006 19:21:10 -0000
*************** that Ediff doesn't know about.")
*** 86,92 ****
(defun ediff-has-toolbar-support-p ()
(ediff-cond-compile-for-xemacs-or-emacs
(and (featurep 'toolbar) (console-on-window-system-p)) ; xemacs form
! nil ; emacs form
))
--- 86,92 ----
(defun ediff-has-toolbar-support-p ()
(ediff-cond-compile-for-xemacs-or-emacs
(and (featurep 'toolbar) (console-on-window-system-p)) ; xemacs form
! (eq window-system 'x) ; emacs form
))