Mercurial > emacs
changeset 46694:9b8e9cf6b790
(ediff-window-setup-function): Extend type declaration.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Fri, 26 Jul 2002 02:10:56 +0000 |
parents | 4ed23f64c88c |
children | 1b30d0bdbb32 |
files | lisp/ediff-wind.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ediff-wind.el Thu Jul 25 19:31:25 2002 +0000 +++ b/lisp/ediff-wind.el Fri Jul 26 02:10:56 2002 +0000 @@ -94,7 +94,9 @@ 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