diff options
| author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:54:21 +0000 |
|---|---|---|
| committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:54:21 +0000 |
| commit | c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef (patch) | |
| tree | 925fc795c6471c7b0904feba14782fdc5689308b /lisp/cl.el | |
| parent | 84fc2cfa7d62e9ff77405340bae99cf5b1a9e164 (diff) | |
| download | emacs-c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef.tar.gz | |
*** empty log message ***
Diffstat (limited to 'lisp/cl.el')
| -rw-r--r-- | lisp/cl.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/cl.el b/lisp/cl.el index 723238aec2f..1ff7024c133 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 |
