diff lisp/subr.el @ 658:7cbd4fcd8b0f

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 21:11:25 +0000
parents 70b112526394
children ded061ae23c8
line wrap: on
line diff
--- a/lisp/subr.el	Sat May 30 20:24:49 1992 +0000
+++ b/lisp/subr.el	Sat May 30 21:11:25 1992 +0000
@@ -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 @@
 
 (defmacro lambda (&rest cdr)
   (` (function (lambda (,@ cdr)))))
+
+;;; subr.el ends here