+2002-07-25 Markus Rost <rost@math.ohio-state.edu>
+
+ * ediff-wind.el (ediff-window-setup-function): Extend type
+ declaration.
+
2002-07-25 Sam Steingold <sds@gnu.org>
* replace.el (occur-rename-buffer): New command.
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
+ :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