From d4bb773510c425c3c233cafee3d2304f00186d8d Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 4 Jan 2005 05:15:32 +0000 Subject: [PATCH] No longer require `cl'; `dolist' is standard. --- lisp/ChangeLog | 4 ++++ lisp/progmodes/hideshow.el | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2