emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 45e199d 4/5: * lisp/dom.el: Load subr-x when compil


From: Glenn Morris
Subject: [Emacs-diffs] master 45e199d 4/5: * lisp/dom.el: Load subr-x when compiling, for when-let.
Date: Fri, 01 May 2015 00:12:50 +0000

branch: master
commit 45e199d4a48c65d1057965ebd99a3a0ef40984d6
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/dom.el: Load subr-x when compiling, for when-let.
---
 lisp/dom.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lisp/dom.el b/lisp/dom.el
index 4213107..091197a 100644
--- a/lisp/dom.el
+++ b/lisp/dom.el
@@ -25,6 +25,7 @@
 ;;; Code:
 
 (require 'cl-lib)
+(eval-when-compile (require 'subr-x))
 
 (defsubst dom-tag (node)
   "Return the NODE tag."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]