Mercurial > emacs
changeset 59061:a7985894de81
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 21 Dec 2004 11:50:52 +0000 |
parents | 6bc8da0583ab |
children | a48a2a91a063 |
files | lisp/emacs-lisp/bytecomp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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))))