summaryrefslogtreecommitdiff
path: root/lisp/vms-patch.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 20:24:49 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 20:24:49 +0000
commit4bd4e566ab12d9e731b0eef172f882c81b59a537 (patch)
treecd801a89b36ea84036e3e5bab920436f3a2f41e7 /lisp/vms-patch.el
parentfc0a18c1c07916a6d166a21a217ce46477c1101c (diff)
downloademacs-4bd4e566ab12d9e731b0eef172f882c81b59a537.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/vms-patch.el')
-rw-r--r--lisp/vms-patch.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/vms-patch.el b/lisp/vms-patch.el
index 15302b3fd90..48ecbeb61de 100644
--- a/lisp/vms-patch.el
+++ b/lisp/vms-patch.el
@@ -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 @@ If the logical name `EMACS_FILE_NAME' is defined, `find-file' that file."
" sys$login:delete-me.txt/name=""GNUprintbuffer"" "
(mapconcat 'identity switches " "))
nil nil nil)))
+
+;;; vms-patch.el ends here