aboutsummaryrefslogtreecommitdiff
path: root/compat-28.el
diff options
context:
space:
mode:
Diffstat (limited to 'compat-28.el')
-rw-r--r--compat-28.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/compat-28.el b/compat-28.el
index 6a5b035..e97028c 100644
--- a/compat-28.el
+++ b/compat-28.el
@@ -424,6 +424,10 @@ not a list, return a one-element list containing OBJECT."
(compat-defalias subr-primitive-p subrp) ;; <OK>
+;;;; Defined in data.c
+
+(compat-defalias subr-native-elisp-p ignore) ;; <OK>
+
;;;; Defined in subr-x.el
(compat-defun string-clean-whitespace (string) ;; <OK>