emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 5b906b62157: Fix defcustom :type of ielm-indirect-setup-hook


From: Stefan Kangas
Subject: emacs-29 5b906b62157: Fix defcustom :type of ielm-indirect-setup-hook
Date: Fri, 8 Sep 2023 12:44:48 -0400 (EDT)

branch: emacs-29
commit 5b906b62157333b1a2ea63b99b79da4aee09239a
Author: Mauro Aranda <maurooaranda@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    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)
---
 lisp/ielm.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/ielm.el b/lisp/ielm.el
index 578422001a5..31fb9b90986 100644
--- 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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]