Fix defcustom :type of ielm-indirect-setup-hook
* lisp/ielm.el (ielm-indirect-setup-hook): Fix :type and remove :safe property, since it was probably a copy-pasta. (Bug#65821)
This commit is contained in:
parent
82af484ec1
commit
5b906b6215
1 changed files with 1 additions and 2 deletions
|
@ -491,8 +491,7 @@ addition to `comint-indirect-setup-hook', run this hook with the
|
|||
indirect buffer as the current buffer after its setup is done.
|
||||
This can be used to further customize fontification and other
|
||||
behavior of the indirect buffer."
|
||||
:type 'boolean
|
||||
:safe 'booleanp
|
||||
:type 'hook
|
||||
:version "29.1")
|
||||
|
||||
(defun ielm-indirect-setup-hook ()
|
||||
|
|
Loading…
Add table
Reference in a new issue