summaryrefslogtreecommitdiff
path: root/lisp/resume.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 21:11:25 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 21:11:25 +0000
commitc88ab9ce4a0dbacb1f5bd272c1e7419f1e0f4b9d (patch)
tree0dddeeff29c5a9f505aa940c413efc05d73964a6 /lisp/resume.el
parentd501f51645d966e8fe2febba698779996b33eb21 (diff)
downloademacs-c88ab9ce4a0dbacb1f5bd272c1e7419f1e0f4b9d.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/resume.el')
-rw-r--r--lisp/resume.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/resume.el b/lisp/resume.el
index 5f745caeac3..3ca6dc892d1 100644
--- a/lisp/resume.el
+++ b/lisp/resume.el
@@ -1,4 +1,5 @@
-;; Process command line arguments from within a suspended Emacs job
+;;; resume.el --- process command line args from within a suspended Emacs job
+
;; Copyright (C) 1988 Free Software Foundation, Inc.
;; This file is not yet part of GNU Emacs, but soon will be.
@@ -157,3 +158,5 @@ and processes these arguments like command line options."
(widen)
(write-region (point-min) (point-max) file nil 'quiet))
(set-buffer-modified-p nil)))
+
+;;; resume.el ends here