[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 20:56:06 -0800 |
Eli Zaretskii <address@hidden> writes:
> > From: Dan Nicolaescu <address@hidden>
> > Date: Tue, 28 Mar 2006 11:25:14 -0800
> >
> > (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
> > ))
>
> ??? Why only for X? I think the tool bar is supported by _all_
> windowing versions of Emacs.
Just an oversight, I'll fix it. Thanks.