]> git.eshelyaron.com Git - emacs.git/commitdiff
(ediff-window-setup-function): Extend type declaration.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Fri, 26 Jul 2002 02:11:28 +0000 (02:11 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Fri, 26 Jul 2002 02:11:28 +0000 (02:11 +0000)
lisp/ChangeLog
lisp/ediff-wind.el

index b10cbdaa0c875d9515a9db8c1c25c8249a96fd9a..4e0e53a0a7e85d1061f70e876937a50bbc825c3b 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 8d8334705d22d6cf4948f792b404e6fcc556b565..ae65b1d6f51131ce31fd4afad0f04017eecf731e 100644 (file)
@@ -94,7 +94,9 @@ The basic guidelines:
        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