From: Thien-Thi Nguyen Date: Tue, 4 Jan 2005 05:15:32 +0000 (+0000) Subject: No longer require `cl'; `dolist' is standard. X-Git-Tag: ttn-vms-21-2-B4~2932 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d4bb773510c425c3c233cafee3d2304f00186d8d;p=emacs.git No longer require `cl'; `dolist' is standard. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2e5080b3cd2..12f0848a01a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-01-04 Thien-Thi Nguyen + + * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard. + 2005-01-03 Richard M. Stallman * replace.el (replace-dehighlight): Use lazy-highlight-cleanup. diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index 07fcda385ef..6dcb619d629 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el @@ -233,7 +233,6 @@ ;;; Code: (require 'easymenu) -(eval-when-compile (require 'cl)) ;;--------------------------------------------------------------------------- ;; user-configurable variables