Mercurial > emacs
diff lisp/emacs-lisp/bytecomp.el @ 59061:a7985894de81
Comment change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 21 Dec 2004 11:50:52 +0000 |
| parents | 01886d0fea34 |
| children | aac0a33f5772 4ee39d9428b0 eac554634bfa |
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el Tue Dec 21 11:49:53 2004 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Tue Dec 21 11:50:52 2004 +0000 @@ -2178,7 +2178,7 @@ (let ((old-load-list current-load-list) (args (mapcar 'eval (cdr form)))) (apply 'require args) - ;; Detech (require 'cl) in a way that works even if cl is already loaded. + ;; Detect (require 'cl) in a way that works even if cl is already loaded. (if (member (car args) '("cl" cl)) (setq byte-compile-warnings (remq 'cl-functions byte-compile-warnings))))
