summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-macs.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-06-17 20:04:22 +0000
committerRichard M. Stallman <rms@gnu.org>1994-06-17 20:04:22 +0000
commit07b3798c76394425f32e29d94174ad349d0af750 (patch)
tree0a1551d9ab36e0258bd1891c84e6e039ab45aabd /lisp/emacs-lisp/cl-macs.el
parent90ed3777fc538d90055770f0e5cd42d9702939de (diff)
downloademacs-07b3798c76394425f32e29d94174ad349d0af750.tar.gz
Comment change.
Diffstat (limited to 'lisp/emacs-lisp/cl-macs.el')
-rw-r--r--lisp/emacs-lisp/cl-macs.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
index 552bf0db465..def328d518b 100644
--- a/lisp/emacs-lisp/cl-macs.el
+++ b/lisp/emacs-lisp/cl-macs.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
@@ -43,7 +43,7 @@
;; See cl.el for Change Log.
-;; Code:
+;;; Code:
(or (memq 'cl-19 features)
(error "Tried to load `cl-macs' before `cl'!"))