diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2024-05-30 12:44:31 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2024-05-30 12:56:16 +0200 |
| commit | 492c0d1db1aa90d88db401bc20272dde905edb54 (patch) | |
| tree | f2fdc66df7b1ec4beb6803671e79d65198f52522 /compat.texi | |
| parent | 3748c0b0c188a2e0e9c716d4e61dd62ee9bf5897 (diff) | |
compat-28: Mark subr-native-elisp-p as obsolete
The function has been renamed to native-comp-function-p in Emacs 30.
Diffstat (limited to 'compat.texi')
| -rw-r--r-- | compat.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/compat.texi b/compat.texi index 8d6dd50..0efb3f7 100644 --- a/compat.texi +++ b/compat.texi @@ -2132,13 +2132,6 @@ native compilation is not available, this function behaves identically to @code{subrp}. @end defun -@c based on lisp/subr.el -@defun subr-native-elisp-p object -Return @code{t} if @var{object} if the object is native compiled lisp. -If native compilation is not available, this function always returns -@code{nil}. -@end defun - @c copied from lispref/compile.texi @defun native-comp-available-p This function returns non-@code{nil} if the running Emacs process has |
