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: Markus Rost
Subject: [Emacs-diffs] Changes to emacs/lisp/ediff-wind.el
Date: Thu, 25 Jul 2002 22:10:56 -0400

Index: emacs/lisp/ediff-wind.el
diff -c emacs/lisp/ediff-wind.el:1.32 emacs/lisp/ediff-wind.el:1.33
*** emacs/lisp/ediff-wind.el:1.32       Sun Feb 10 01:46:12 2002
--- emacs/lisp/ediff-wind.el    Thu Jul 25 22:10:56 2002
***************
*** 94,100 ****
         Buffer C may not be used in jobs that compare only two buffers.
  If you plan to do something fancy, take a close look at how the two
  provided functions are written."
!   :type 'function
    :group 'ediff-window)
  
  ;; indicates if we are in a multiframe setup
--- 94,102 ----
         Buffer C may not be used in jobs that compare only two buffers.
  If you plan to do something fancy, take a close look at how the two
  provided functions are written."
!   :type '(choice (const :tag "Multi Frame" ediff-setup-windows-multiframe)
!                (const :tag "Single Frame" ediff-setup-windows-plain)
!                (function :tag "Other function"))
    :group 'ediff-window)
  
  ;; indicates if we are in a multiframe setup



reply via email to

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