summaryrefslogtreecommitdiff
path: root/lisp/subr.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/subr.el')
-rw-r--r--lisp/subr.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index c29261c7d57..b1c35426884 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1,4 +1,5 @@
-;; Basic lisp subroutines for Emacs
+;;; subr.el --- basic lisp subroutines for Emacs
+
;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -344,3 +345,5 @@ and then modifies one entry in it."
(defmacro lambda (&rest cdr)
(` (function (lambda (,@ cdr)))))
+
+;;; subr.el ends here