summaryrefslogtreecommitdiff
path: root/lisp/inc-vers.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 23:12:08 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 23:12:08 +0000
commit1a06eabd17a8eff0635bc7058349f7c22057864c (patch)
tree851c3b4adf9217f7ad5d4e6fdc24c8e0efbaa186 /lisp/inc-vers.el
parent6594deb0dcec8f1a663fc47b0588a7b4c935a6c5 (diff)
downloademacs-1a06eabd17a8eff0635bc7058349f7c22057864c.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/inc-vers.el')
-rw-r--r--lisp/inc-vers.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/inc-vers.el b/lisp/inc-vers.el
index 13a4fb17e80..1eed7b35940 100644
--- a/lisp/inc-vers.el
+++ b/lisp/inc-vers.el
@@ -1,4 +1,5 @@
-;; Load this file to increment the recorded Emacs version number.
+;;; inc-vers.el --- load this to increment the recorded Emacs version number.
+
;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -41,3 +42,5 @@
(set-buffer-modified-p nil)
(kill-emacs)
+
+;;; inc-vers.el ends here