diff options
Diffstat (limited to 'compat-macs.el')
| -rw-r--r-- | compat-macs.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/compat-macs.el b/compat-macs.el index 9dfe123..a4de82d 100644 --- a/compat-macs.el +++ b/compat-macs.el @@ -21,9 +21,11 @@ ;;; Code: -;; We always require subr-x at compile since many functions have been moved -;; around. +;; We always require subr-x at compile time for the fboundp check +;; since definitions have been moved around. The cl-lib macros are +;; needed by compatibility definitions. (require 'subr-x) +(require 'cl-lib) (defvar compat--version nil "Version of the currently defined compatibility definitions.") |
