aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/window.el
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>1992-07-14 19:42:01 +0000
committerEric S. Raymond <[email protected]>1992-07-14 19:42:01 +0000
commitd46bac56adeb127a91b7fef565ac978590a46922 (patch)
tree14cf4bcde16be2d35d03ee38750bb1ee741b32fe /lisp/window.el
parent6cf0d154a1e22e6c8da5aa55245ba1fde2859d7b (diff)
*** empty log message ***
Diffstat (limited to 'lisp/window.el')
-rw-r--r--lisp/window.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/window.el b/lisp/window.el
index 25d90e777c..8369789a9e 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -1,4 +1,8 @@
;;; windows.el --- GNU Emacs window commands aside from those written in C.
+
+;; Maintainer: FSF
+;; Last-Modified: 21 Dec 1987
+
;;; Copyright (C) 1985, 1989, 1992 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -17,6 +21,7 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;;; Code:
(defun count-windows (&optional minibuf)
"Returns the number of visible windows.