diff options
Diffstat (limited to 'lisp/nxml/nxml-util.el')
| -rw-r--r-- | lisp/nxml/nxml-util.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/nxml/nxml-util.el b/lisp/nxml/nxml-util.el index 2e90dfc32dc..1f904a2272f 100644 --- a/lisp/nxml/nxml-util.el +++ b/lisp/nxml/nxml-util.el | |||
| @@ -27,9 +27,6 @@ | |||
| 27 | (defconst nxml-debug nil | 27 | (defconst nxml-debug nil |
| 28 | "enable nxml debugging. effective only at compile time") | 28 | "enable nxml debugging. effective only at compile time") |
| 29 | 29 | ||
| 30 | (eval-when-compile | ||
| 31 | (require 'cl)) | ||
| 32 | |||
| 33 | (defsubst nxml-debug (format &rest args) | 30 | (defsubst nxml-debug (format &rest args) |
| 34 | (when nxml-debug | 31 | (when nxml-debug |
| 35 | (apply #'message format args))) | 32 | (apply #'message format args))) |