Mercurial > hg > xemacs-beta
comparison lisp/ns/ns-init.el @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:376386a54a3c |
---|---|
1 ;;; ns-init.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-init.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-init.el ends here |