]> code.delx.au - gnu-emacs/blobdiff - lisp/dom.el
Teach net-utils more iproute2 and nl80211 tools
[gnu-emacs] / lisp / dom.el
index 42131073a04e2a5e0591bf0fc2e48ec10c1f5886..03fe75975a423e5e9c9d022dd247671888b772ec 100644 (file)
@@ -1,6 +1,6 @@
 ;;; dom.el --- XML/HTML (etc.) DOM manipulation and searching functions
 
-;; Copyright (C) 2014-2015 Free Software Foundation, Inc.
+;; Copyright (C) 2014-2016 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;; Keywords: xml, html
@@ -25,6 +25,7 @@
 ;;; Code:
 
 (require 'cl-lib)
+(eval-when-compile (require 'subr-x))
 
 (defsubst dom-tag (node)
   "Return the NODE tag."