summaryrefslogtreecommitdiff
path: root/lisp/vmsproc.el
diff options
context:
space:
mode:
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 47c35ee4b14..efd1482e1c0 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