aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2005-01-04 05:15:32 +0000
committerThien-Thi Nguyen2005-01-04 05:15:32 +0000
commitd4bb773510c425c3c233cafee3d2304f00186d8d (patch)
tree64a206c04bd933dfba79314af17f52c0f1fe92cc
parentd57c7572e8cdd551957880462859621acb7cdcba (diff)
downloademacs-d4bb773510c425c3c233cafee3d2304f00186d8d.tar.gz
emacs-d4bb773510c425c3c233cafee3d2304f00186d8d.zip
No longer require `cl'; `dolist' is standard.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/progmodes/hideshow.el1
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2e5080b3cd2..12f0848a01a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
4
12005-01-03 Richard M. Stallman <rms@gnu.org> 52005-01-03 Richard M. Stallman <rms@gnu.org>
2 6
3 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup. 7 * 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 @@
233;;; Code: 233;;; Code:
234 234
235(require 'easymenu) 235(require 'easymenu)
236(eval-when-compile (require 'cl))
237 236
238;;--------------------------------------------------------------------------- 237;;---------------------------------------------------------------------------
239;; user-configurable variables 238;; user-configurable variables