aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vmsx.el
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>1992-05-30 19:21:46 +0000
committerEric S. Raymond <[email protected]>1992-05-30 19:21:46 +0000
commit76d7458ed90577d639dc71a5e100839d9a9ab13c (patch)
treebe1d50caa3124c53233f67c78412fb81e83e5489 /lisp/vmsx.el
parentecb4184d2f5c831be04186263b3f13e4ed4f2ef4 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/vmsx.el')
-rw-r--r--lisp/vmsx.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/vmsx.el b/lisp/vmsx.el
index a68c6de379..2d7fc89af7 100644
--- a/lisp/vmsx.el
+++ b/lisp/vmsx.el
@@ -1,4 +1,5 @@
-;; Run asynchronous VMS subprocesses under Emacs
+;;; vmsx.el --- run asynchronous VMS subprocesses under Emacs
+
;; Copyright (C) 1986 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -135,3 +136,5 @@ line to the last line for resubmission."
(kill-line))
(define-key esc-map "$" 'subprocess-command)
+
+;;; vmsx.el ends here