diff options
Diffstat (limited to 'lisp/frame.el')
-rw-r--r-- | lisp/frame.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index 8a24cc81e51..930baab6ce1 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1,5 +1,5 @@ ;;;; Multi-screen management that is independent of window systems. -;;;; Copyright (C) 1990 Free Software Foundation, Inc. +;;;; Copyright (C) 1990, 1992 Free Software Foundation, Inc. ;;; This file is part of GNU Emacs. ;;; @@ -17,8 +17,6 @@ ;;; along with GNU Emacs; see the file COPYING. If not, write to ;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -(provide 'screen) - (defvar screen-creation-function nil "Window-system dependent function to call to create a new screen. The window system startup file should set this to its screen creation @@ -270,3 +268,5 @@ under the X Window System." (define-key ctl-x-3-map "2" 'new-screen) (define-key ctl-x-3-map "0" 'delete-screen) + +(provide 'screen) |