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:
parent
321d9c42c4
commit
9c8dd25e48
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user