/[emacs]/emacs/lisp/ediff-init.el
ViewVC logotype

Diff of /emacs/lisp/ediff-init.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.54 by kifer, Tue Jan 8 04:36:01 2002 UTC revision 1.55 by kifer, Sun Feb 10 06:46:12 2002 UTC
# Line 87  that Ediff doesn't know about.") Line 87  that Ediff doesn't know about.")
87     nil ; emacs form     nil ; emacs form
88     ))     ))
89    
90    
91    (defun ediff-has-gutter-support-p ()
92      (ediff-cond-compile-for-xemacs-or-emacs
93       (and (featurep 'gutter) (console-on-window-system-p)) ; xemacs form
94       nil ; emacs form
95       ))
96    
97    
98  (defun ediff-use-toolbar-p ()  (defun ediff-use-toolbar-p ()
99    (and (ediff-has-toolbar-support-p)    ;Can it do it ?    (and (ediff-has-toolbar-support-p)    ;Can it do it ?
100         (boundp 'ediff-use-toolbar-p)         (boundp 'ediff-use-toolbar-p)

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26