diff lisp/vms-patch.el @ 657:fec3f9a1e3e5

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 20:24:49 +0000
parents 29a528f78681
children 4f28bd14272c
line wrap: on
line diff
--- a/lisp/vms-patch.el	Sat May 30 19:21:46 1992 +0000
+++ b/lisp/vms-patch.el	Sat May 30 20:24:49 1992 +0000
@@ -1,4 +1,5 @@
-;; Override parts of files.el for VMS.
+;;; vms-patch.el --- override parts of files.el for VMS.
+
 ;; Copyright (C) 1986 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -107,3 +108,5 @@
 		  " sys$login:delete-me.txt/name=""GNUprintbuffer"" "
 		  (mapconcat 'identity switches " "))
 	  nil nil nil)))
+
+;;; vms-patch.el ends here