summaryrefslogtreecommitdiff
path: root/lisp/nxml
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2008-06-06 16:24:04 +0000
committerMichael Olson <mwolson@gnu.org>2008-06-06 16:24:04 +0000
commitcdea866600bd052d3862311dbde10efbd63f5fe6 (patch)
treeb62904f273977f7bae6fc8dcf54f68bb380c1bfa /lisp/nxml
parente8ec402f1b86a1ed2c61bbc7de27aaefa2adb496 (diff)
downloademacs-cdea866600bd052d3862311dbde10efbd63f5fe6.tar.gz
Add ChangeLog entries. Remove unneeded (require 'cl).
Diffstat (limited to 'lisp/nxml')
-rw-r--r--lisp/nxml/nxml-util.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/nxml/nxml-util.el b/lisp/nxml/nxml-util.el
index 2e90dfc32dc..1f904a2272f 100644
--- a/lisp/nxml/nxml-util.el
+++ b/lisp/nxml/nxml-util.el
@@ -27,9 +27,6 @@
(defconst nxml-debug nil
"enable nxml debugging. effective only at compile time")
-(eval-when-compile
- (require 'cl))
-
(defsubst nxml-debug (format &rest args)
(when nxml-debug
(apply #'message format args)))