aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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