fix(emacs-lisp): void-function lisp--local-defform-body-p

I was too hasty adding this function in 15432cf. This function wasn't
introduced until Emacs 29.

Amend: 15432cf9d2
This commit is contained in:
Henrik Lissner 2022-06-18 16:36:28 +02:00
parent 336e7f0087
commit 9fde385cdc
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -107,6 +107,10 @@ if it's callable, `apropos' otherwise."
(thing (helpful-symbol (intern thing)))
((call-interactively #'helpful-at-point))))
;; DEPRECATED Remove when 28 support is dropped.
(unless (fboundp 'lisp--local-defform-body-p)
(fset 'lisp--local-defform-body-p #'ignore))
;;;###autoload
(defun +emacs-lisp-indent-function (indent-point state)
"A replacement for `lisp-indent-function'.