From 40c4691355314cac57c490de3c6848a58930283a Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 30 Jul 2022 13:18:44 +0200 Subject: [PATCH] Fix outline-minor-mode-use-buttons defcustom type * lisp/outline.el (outline-minor-mode-use-buttons): Fix wrong type. --- lisp/outline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/outline.el b/lisp/outline.el index 6837722e644..1aba79784f5 100644 --- a/lisp/outline.el +++ b/lisp/outline.el @@ -288,8 +288,8 @@ The value should be a `buffer-match-p' condition. These buttons can be used to hide and show the body under the heading. Note that this feature is not meant to be used in editing buffers (yet) -- that will be amended in a future version." - :type 'boolean ;; FIXME -- is there a `buffer-match-p' defcustom type somewhere? + :type 'sexp :safe #'booleanp :version "29.1") -- 2.39.5