projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82af484
)
Fix defcustom :type of ielm-indirect-setup-hook
author
Mauro Aranda
<maurooaranda@gmail.com>
Fri, 8 Sep 2023 15:44:42 +0000
(12:44 -0300)
committer
Stefan Kangas
<stefankangas@gmail.com>
Fri, 8 Sep 2023 16:44:34 +0000
(18:44 +0200)
* lisp/ielm.el (ielm-indirect-setup-hook): Fix :type and remove :safe
property, since it was probably a copy-pasta. (Bug#65821)
lisp/ielm.el
patch
|
blob
|
history
diff --git
a/lisp/ielm.el
b/lisp/ielm.el
index 578422001a5595b68ca5b2055c93778a8338e64a..31fb9b909863afe7199417195154cf9e3b06b820 100644
(file)
--- a/
lisp/ielm.el
+++ b/
lisp/ielm.el
@@
-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 ()