aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cl.el
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>1992-05-30 23:54:21 +0000
committerEric S. Raymond <[email protected]>1992-05-30 23:54:21 +0000
commitc0274f385fe5f39459cac5ea9ff9f92bacd3a8ef (patch)
tree925fc795c6471c7b0904feba14782fdc5689308b /lisp/cl.el
parent84fc2cfa7d62e9ff77405340bae99cf5b1a9e164 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/cl.el')
-rw-r--r--lisp/cl.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/cl.el b/lisp/cl.el
index 723238aec2..1ff7024c13 100644
--- a/lisp/cl.el
+++ b/lisp/cl.el
@@ -1,4 +1,5 @@
-;; Common-Lisp extensions for GNU Emacs Lisp.
+;;; cl.el --- Common-Lisp extensions for GNU Emacs Lisp.
+
;; Copyright (C) 1987, 1988, 1989 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -3133,6 +3134,6 @@ No checking is even attempted. This is just for compatibility with
Common-Lisp codes."
form)
-;;;; end of cl.el
-
(provide 'cl)
+
+;;; cl.el ends here