From cdea866600bd052d3862311dbde10efbd63f5fe6 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Fri, 6 Jun 2008 16:24:04 +0000 Subject: Add ChangeLog entries. Remove unneeded (require 'cl). --- lisp/nxml/nxml-util.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'lisp/nxml') 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))) -- cgit v1.2.1