fix(emacs-lisp): void-function lisp--local-defform-body-p
I was too hasty adding this function in15432cf
. This function wasn't introduced until Emacs 29. Amend:15432cf9d2
This commit is contained in:
parent
336e7f0087
commit
9fde385cdc
1 changed files with 4 additions and 0 deletions
|
@ -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'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue