Re: [BUG] org-element-cache-map calls native-comp-available-p without checking if it is bound first [9.5 (9.5-gf5faff @ /home/n/.emacs.d/straight/build/org/)]

2021-10-29 Thread Ihor Radchenko
No Wayman writes: > See: > https://www.reddit.com/r/emacs/comments/qil2qh/symbols_function_definition_is_void/ > > > For context: > >>(and (symbolp func) >> (native-comp-available-p) >> (fboundp 'subr-native-elisp-p) > > The check could be wrapped in a function to prevent this in the >

[BUG] org-element-cache-map calls native-comp-available-p without checking if it is bound first [9.5 (9.5-gf5faff @ /home/n/.emacs.d/straight/build/org/)]

2021-10-29 Thread No Wayman
See: https://www.reddit.com/r/emacs/comments/qil2qh/symbols_function_definition_is_void/ For context: (and (symbolp func) (native-comp-available-p) (fboundp 'subr-native-elisp-p) The check could be wrapped in a function to prevent this in the future. e.g. (defun