diff options
author | Michael Kifer <kifer@cs.stonybrook.edu> | 1997-07-17 19:37:07 +0000 |
---|---|---|
committer | Michael Kifer <kifer@cs.stonybrook.edu> | 1997-07-17 19:37:07 +0000 |
commit | 1e70790f2f4826c646d5640a9f6162aa78ea682b (patch) | |
tree | 8c5e1f471a70bb6c1594cc983aceed67a9eb86de /lisp/ediff-wind.el | |
parent | 99358b9788c9c6849f8fa17984dfa57853502cd7 (diff) | |
download | emacs-1e70790f2f4826c646d5640a9f6162aa78ea682b.tar.gz |
new version
Diffstat (limited to 'lisp/ediff-wind.el')
-rw-r--r-- | lisp/ediff-wind.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff-wind.el b/lisp/ediff-wind.el index 6aff0d81278..ac942dc1eb1 100644 --- a/lisp/ediff-wind.el +++ b/lisp/ediff-wind.el @@ -177,7 +177,7 @@ responsibility." Expects three parameters: the control buffer, the desired width and height of the control frame. It returns an association list of the form \(\(top . <position>\) \(left . <position>\)\)" - :type 'boolean + :type 'function :group 'ediff-window) (defcustom ediff-control-frame-upward-shift (if ediff-xemacs-p 42 14) |