home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.006 / xemacs-1 / lib / xemacs-19.13 / lisp / term / ns-win.el < prev    next >
Encoding:
Text File  |  1995-07-08  |  1.2 KB  |  35 lines

  1. ;;; ns-win.el --- runtime initialization for the NeXTstep window system
  2. ;; Copyright (C) 1995 NO ONE YET
  3.  
  4. ;; Author: XEmacs
  5. ;; Keywords: terminals
  6.  
  7. ;; This file is part of XEmacs.
  8.  
  9. ;; XEmacs is free software; you can redistribute it and/or modify it
  10. ;; under the terms of the GNU General Public License as published by
  11. ;; the Free Software Foundation; either version 2, or (at your option)
  12. ;; any later version.
  13.  
  14. ;; XEmacs is distributed in the hope that it will be useful, but
  15. ;; WITHOUT ANY WARRANTY; without even the implied warranty of
  16. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  17. ;; General Public License for more details.
  18.  
  19. ;; You should have received a copy of the GNU General Public License
  20. ;; along with XEmacs; see the file COPYING.  If not, write to the Free
  21. ;; Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  22.  
  23. ;;; Commentary:
  24.  
  25. ;; ns-win.el: this file is loaded from ../lisp/startup.el when it
  26. ;; recognizes that NeXTstep is to be used.  The NeXTstep display is
  27. ;; opened and hooks are set for popping up the initial window.
  28.  
  29. ;; startup.el will then examine startup files, and eventually call the
  30. ;; hooks which create the first window (s).
  31.  
  32. ;;; Code:
  33.  
  34. ;;; ns-win.el ends here
  35.