emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/window.h


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/window.h
Date: Tue, 03 Jan 2006 16:56:16 +0000

Index: emacs/src/window.h
diff -u emacs/src/window.h:1.67 emacs/src/window.h:1.68
--- emacs/src/window.h:1.67     Sun Sep 18 16:29:20 2005
+++ emacs/src/window.h  Tue Jan  3 16:56:15 2006
@@ -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 @@
 
 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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]