mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 13:27:36 +00:00
Fix compilation error in ediff-wind.el. D'oh.
* lisp/ediff-wind.el (ediff-window-setup-function): Fix typo. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-529
This commit is contained in:
parent
632210dd85
commit
33780b9521
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@
|
|||
:group 'frames)
|
||||
|
||||
|
||||
(defcustom ediff-window-setup-function 'ediff-setup-windows-automatic)
|
||||
(defcustom ediff-window-setup-function 'ediff-setup-windows-automatic
|
||||
"*Function called to set up windows.
|
||||
Ediff provides a choice of three functions: `ediff-setup-windows-plain', for
|
||||
doing everything in one frame, `ediff-setup-windows-multiframe', which sets
|
||||
|
|
|
|||
Loading…
Reference in a new issue