diff options
| -rw-r--r-- | lisp/dom.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/dom.el b/lisp/dom.el index 42131073a04..091197a8f9d 100644 --- a/lisp/dom.el +++ b/lisp/dom.el | |||
| @@ -25,6 +25,7 @@ | |||
| 25 | ;;; Code: | 25 | ;;; Code: |
| 26 | 26 | ||
| 27 | (require 'cl-lib) | 27 | (require 'cl-lib) |
| 28 | (eval-when-compile (require 'subr-x)) | ||
| 28 | 29 | ||
| 29 | (defsubst dom-tag (node) | 30 | (defsubst dom-tag (node) |
| 30 | "Return the NODE tag." | 31 | "Return the NODE tag." |