diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2006-01-06 16:13:05 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2006-01-06 16:13:05 +0000 |
commit | a8bf7299ee74781dd485c33c5eac20aee0f0ebef (patch) | |
tree | d2bc1c0d3d7a64a19945b5bb5d175cae37088bca /src/window.h | |
parent | e079ecf45241cc5d2904db7ede9592f9861bb9aa (diff) | |
parent | 600bc46cd52fbdedf592158c6b03ccfca88dbade (diff) | |
download | emacs-a8bf7299ee74781dd485c33c5eac20aee0f0ebef.tar.gz |
Merged from miles@gnu.org--gnu-2005 (patch 683-684)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-683
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-684
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-493
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h index cb819990258..03f416aa9bc 100644 --- a/src/window.h +++ b/src/window.h @@ -1,6 +1,6 @@ /* Window definitions for GNU Emacs. Copyright (C) 1985, 1986, 1993, 1995, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -865,6 +865,7 @@ extern Lisp_Object Vwindow_list; EXFUN (Fwindow_end, 2); EXFUN (Fselected_window, 0); +EXFUN (Fwindow_minibuffer_p, 1); EXFUN (Fdelete_window, 1); EXFUN (Fwindow_buffer, 1); EXFUN (Fget_buffer_window, 2); |