summaryrefslogtreecommitdiff
path: root/lisp/vms-patch.el
diff options
context:
space:
mode:
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