diff options
Diffstat (limited to 'lisp/frame.el')
-rw-r--r-- | lisp/frame.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index e88bbc64b0c..9722f32c435 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1,5 +1,8 @@ ;;; frame.el --- multi-frame management independent of window systems. +;; Maintainer: FSF +;; Last-Modified: 09 Jul 92 + ;;;; Copyright (C) 1990, 1992 Free Software Foundation, Inc. ;;; This file is part of GNU Emacs. @@ -18,6 +21,8 @@ ;;; along with GNU Emacs; see the file COPYING. If not, write to ;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Code: + (defvar frame-creation-function nil "Window-system dependent function to call to create a new frame. The window system startup file should set this to its frame creation |