# HG changeset patch # User Stefan Monnier # Date 1183091816 0 # Node ID 17587ebad101780f5576404c2334a87c2f8b259b # Parent 7ef84bc04072c45fa4f69080346a2917604f068c Docstring convention fix. diff -r 7ef84bc04072 -r 17587ebad101 lisp/emacs-lisp/cl-macs.el --- a/lisp/emacs-lisp/cl-macs.el Fri Jun 29 04:29:43 2007 +0000 +++ b/lisp/emacs-lisp/cl-macs.el Fri Jun 29 04:36:56 2007 +0000 @@ -2610,9 +2610,9 @@ (if lets (list 'let lets body) body)))) -;;; Compile-time optimizations for some functions defined in this package. -;;; Note that cl.el arranges to force cl-macs to be loaded at compile-time, -;;; mainly to make sure these macros will be present. +;; Compile-time optimizations for some functions defined in this package. +;; Note that cl.el arranges to force cl-macs to be loaded at compile-time, +;; mainly to make sure these macros will be present. (put 'eql 'byte-compile nil) (define-compiler-macro eql (&whole form a b)