diff options
| author | Michael Olson | 2008-06-06 16:24:04 +0000 |
|---|---|---|
| committer | Michael Olson | 2008-06-06 16:24:04 +0000 |
| commit | cdea866600bd052d3862311dbde10efbd63f5fe6 (patch) | |
| tree | b62904f273977f7bae6fc8dcf54f68bb380c1bfa /lisp/nxml/nxml-util.el | |
| parent | e8ec402f1b86a1ed2c61bbc7de27aaefa2adb496 (diff) | |
| download | emacs-cdea866600bd052d3862311dbde10efbd63f5fe6.tar.gz emacs-cdea866600bd052d3862311dbde10efbd63f5fe6.zip | |
Add ChangeLog entries. Remove unneeded (require 'cl).
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))) |