1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

Require 'cl when compiling.

This commit is contained in:
Glenn Morris 2008-06-21 20:32:42 +00:00
parent 321d9c42c4
commit 9c8dd25e48
2 changed files with 4 additions and 0 deletions

View 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.

View 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)