diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-01-16 01:48:11 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-01-16 01:48:11 +0000 |
commit | 3e7274ae13f33317b965f0faafcde11a26c75ecf (patch) | |
tree | 936ec384b97a51c1ac20764a79938a589fa290e2 /lisp/emacs-lisp/cl.el | |
parent | 637692f4345117fc4c226ae2529d40097c258775 (diff) | |
download | emacs-3e7274ae13f33317b965f0faafcde11a26c75ecf.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/emacs-lisp/cl.el')
-rw-r--r-- | lisp/emacs-lisp/cl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el index b3e56937c60..b8d9cd5e80c 100644 --- a/lisp/emacs-lisp/cl.el +++ b/lisp/emacs-lisp/cl.el @@ -579,7 +579,7 @@ Keywords supported: :test :test-not :key" "Non-nil means don't make CL functions autoload.") ;;; Autoload the other portions of the package. -;; We want to replace the basic versions of dolist, dotimes below. +;; We want to replace the basic versions of dolist, dotimes, declare below. (fmakunbound 'dolist) (fmakunbound 'dotimes) (fmakunbound 'declare) |