mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
(ediff-window-setup-function): Extend type declaration.
This commit is contained in:
parent
d99118b044
commit
e5184e9fcb
2 changed files with 8 additions and 1 deletions
|
|
@ -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>
|
2002-07-25 Sam Steingold <sds@gnu.org>
|
||||||
|
|
||||||
* replace.el (occur-rename-buffer): New command.
|
* replace.el (occur-rename-buffer): New command.
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,9 @@ The basic guidelines:
|
||||||
Buffer C may not be used in jobs that compare only two buffers.
|
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
|
If you plan to do something fancy, take a close look at how the two
|
||||||
provided functions are written."
|
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)
|
:group 'ediff-window)
|
||||||
|
|
||||||
;; indicates if we are in a multiframe setup
|
;; indicates if we are in a multiframe setup
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue