# HG changeset patch # User Glenn Morris # Date 1214080315 0 # Node ID b14adb1a6079fc11e3b9a0191636f920a333be5b # Parent 04672578b29d44cdf697ff4ea11614e9e24c5d32 Require 'cl when compiling. diff -r 04672578b29d -r b14adb1a6079 lisp/nxml/nxml-mode.el --- 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)