diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-06-17 20:04:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-06-17 20:04:22 +0000 |
commit | 07b3798c76394425f32e29d94174ad349d0af750 (patch) | |
tree | 0a1551d9ab36e0258bd1891c84e6e039ab45aabd /lisp/emacs-lisp/cl.el | |
parent | 90ed3777fc538d90055770f0e5cd42d9702939de (diff) | |
download | emacs-07b3798c76394425f32e29d94174ad349d0af750.tar.gz emacs-07b3798c76394425f32e29d94174ad349d0af750.tar.bz2 emacs-07b3798c76394425f32e29d94174ad349d0af750.zip |
Comment change.
Diffstat (limited to 'lisp/emacs-lisp/cl.el')
-rw-r--r-- | lisp/emacs-lisp/cl.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el index 41f0baaa6fd..fca1ab7d572 100644 --- a/lisp/emacs-lisp/cl.el +++ b/lisp/emacs-lisp/cl.el @@ -22,7 +22,7 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -;; Commentary: +;;; Commentary: ;; These are extensions to Emacs Lisp that provide a degree of ;; Common Lisp compatibility, beyond what is already built-in @@ -39,14 +39,14 @@ ;; package which should always be present. -;; Future notes: +;;; Future notes: ;; Once Emacs 19 becomes standard, many things in this package which are ;; messy for reasons of compatibility can be greatly simplified. For now, ;; I prefer to maintain one unified version. -;; Change Log: +;;; Change Log: ;; Version 2.02 (30 Jul 93): ;; * Added "cl-compat.el" file, extra compatibility with old package. @@ -92,7 +92,7 @@ ;; * First public release of this package. -;; Code: +;;; Code: (defvar cl-emacs-type (cond ((or (and (fboundp 'epoch::version) (symbol-value 'epoch::version)) |