]> git.eshelyaron.com Git - emacs.git/commitdiff
No longer require `cl'; `dolist' is standard.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Tue, 4 Jan 2005 05:15:32 +0000 (05:15 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Tue, 4 Jan 2005 05:15:32 +0000 (05:15 +0000)
lisp/ChangeLog
lisp/progmodes/hideshow.el

index 2e5080b3cd2cd5a0989ecb475181d9954c3aa0b0..12f0848a01a9284fac791e119edc0d60b43fde64 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
+
 2005-01-03  Richard M. Stallman  <rms@gnu.org>
 
        * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
index 07fcda385efcaccd2ae174ee498e884213568b92..6dcb619d62972d6e7984a0f7a72f19868acacbf7 100644 (file)
 ;;; Code:
 
 (require 'easymenu)
-(eval-when-compile (require 'cl))
 
 ;;---------------------------------------------------------------------------
 ;; user-configurable variables