diff lisp/vmsproc.el @ 657:fec3f9a1e3e5

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 20:24:49 +0000
parents d74e65773062
children 4f28bd14272c
line wrap: on
line diff
--- a/lisp/vmsproc.el	Sat May 30 19:21:46 1992 +0000
+++ b/lisp/vmsproc.el	Sat May 30 20:24:49 1992 +0000
@@ -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 @@
   (kill-line))
 
 (define-key esc-map "$" 'subprocess-command)
+
+;;; vmsproc.el ends here