changeset 96182:b14adb1a6079

Require 'cl when compiling.
author Glenn Morris <rgm@gnu.org>
date Sat, 21 Jun 2008 20:31:55 +0000
parents 04672578b29d
children dd396a32fd94
files lisp/nxml/nxml-mode.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/nxml/nxml-mode.el	Sat Jun 21 20:30:00 2008 +0000
+++ b/lisp/nxml/nxml-mode.el	Sat Jun 21 20:31:55 2008 +0000
@@ -29,6 +29,8 @@
 (when (featurep 'mucs)
   (error "nxml-mode is not compatible with Mule-UCS"))
 
+(eval-when-compile (require 'cl))	; for assert
+
 (require 'xmltok)
 (require 'nxml-enc)
 (require 'nxml-glyph)