diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-15 06:31:00 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-15 06:36:49 +0100 |
| commit | e9fae0ff26db7140411cb3d039a88902a0dc6ea3 (patch) | |
| tree | 2c28d91914db42ceee874da5fe08d4e5d487ebcc /compat-28.el | |
| parent | 63bd5c2554a9fcbff5569ab1ba836e8c3b562005 (diff) | |
compat-28: Add subr-native-elisp-p
Diffstat (limited to 'compat-28.el')
| -rw-r--r-- | compat-28.el | 4 |
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> |
