]> git.eshelyaron.com Git - emacs.git/commitdiff
Require 'cl when compiling.
authorGlenn Morris <rgm@gnu.org>
Sat, 21 Jun 2008 20:32:42 +0000 (20:32 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 21 Jun 2008 20:32:42 +0000 (20:32 +0000)
lisp/ChangeLog
lisp/nxml/nxml-mode.el

index 9739db2ad4e5fb9b461b7529bb1cc6c158e9c526..d0c047e6de6972b3cfc2e59cf3b09d813b346599 100644 (file)
@@ -16,6 +16,8 @@
 
 2008-06-21  Glenn Morris  <rgm@gnu.org>
 
+       * nxml/nxml-mode.el: Require 'cl when compiling.
+
        * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
        rather than mouse-1.
        (bug-reference-url-format): Autoload safe if string.
index af0b3c72eda18d38a3f82b9212da8d1c8a114bf8..e4fa008f9aac6695aee325a65228b5bce0d048d2 100644 (file)
@@ -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)