aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vmsproc.el
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>1992-05-30 20:24:49 +0000
committerEric S. Raymond <[email protected]>1992-05-30 20:24:49 +0000
commitd501f51645d966e8fe2febba698779996b33eb21 (patch)
tree6f8fb7b58342ab0125aecfd659e90e5b66c0ef28 /lisp/vmsproc.el
parent76d7458ed90577d639dc71a5e100839d9a9ab13c (diff)
*** empty log message ***
Diffstat (limited to 'lisp/vmsproc.el')
-rw-r--r--lisp/vmsproc.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/vmsproc.el b/lisp/vmsproc.el
index 47c35ee4b1..efd1482e1c 100644
--- a/lisp/vmsproc.el
+++ b/lisp/vmsproc.el
@@ -1,4 +1,4 @@
-;; vmsx.el --- run asynchronous VMS subprocesses under Emacs
+;; vmsproc.el --- run asynchronous VMS subprocesses under Emacs
;; Copyright (C) 1986 Free Software Foundation, Inc.
@@ -137,3 +137,5 @@ line to the last line for resubmission."
(kill-line))
(define-key esc-map "$" 'subprocess-command)
+
+;;; vmsproc.el ends here