aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/startup.el
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>1992-07-15 21:31:44 +0000
committerEric S. Raymond <[email protected]>1992-07-15 21:31:44 +0000
commit630cc4634d27bf555ccbb2392143255b90ae0445 (patch)
tree78d72c071c172ec0749153987abc009ed7509aea /lisp/startup.el
parent4357eba769352561a89081a31f67729abd44ea04 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 43d3e3c2ee..e8896ea01a 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1,5 +1,8 @@
;;; startup.el --- process Emacs shell arguments
+;; Maintainer: FSF
+;; Last-Modified: 9 Jul 1992
+
;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -18,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.
+;;; Commentary:
; These are processed only at the beginning of the argument list.
; -batch execute noninteractively (messages go to stdout,
@@ -48,6 +52,8 @@
; file visit file
; -kill kill (exit) emacs
+;;; Code:
+
(setq top-level '(normal-top-level))
(defvar command-line-processed nil "t once command line has been processed")