summaryrefslogtreecommitdiff
path: root/lisp/nxml
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-21 20:32:42 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-21 20:32:42 +0000
commit9c8dd25e484dfea21a0750634056e507b94dffde (patch)
tree16fe9536a83d02320fd46664f0e3fcdaac20e2cc /lisp/nxml
parent321d9c42c4496b1bdd444df79499673604396d7c (diff)
downloademacs-9c8dd25e484dfea21a0750634056e507b94dffde.tar.gz
Require 'cl when compiling.
Diffstat (limited to 'lisp/nxml')
-rw-r--r--lisp/nxml/nxml-mode.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el
index af0b3c72eda..e4fa008f9aa 100644
--- a/lisp/nxml/nxml-mode.el
+++ b/lisp/nxml/nxml-mode.el
@@ -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)