emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/nxml/nxml-util.el,v


From: Michael W. Olson
Subject: [Emacs-diffs] Changes to emacs/lisp/nxml/nxml-util.el,v
Date: Fri, 06 Jun 2008 16:24:05 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael W. Olson <mwolson>      08/06/06 16:24:04

Index: nxml/nxml-util.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/nxml/nxml-util.el,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- nxml/nxml-util.el   6 Jun 2008 16:14:49 -0000       1.6
+++ nxml/nxml-util.el   6 Jun 2008 16:24:04 -0000       1.7
@@ -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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]