emacs-diffs
[Top][All Lists]
Advanced

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

master 40c4691355: Fix outline-minor-mode-use-buttons defcustom type


From: Lars Ingebrigtsen
Subject: master 40c4691355: Fix outline-minor-mode-use-buttons defcustom type
Date: Sat, 30 Jul 2022 07:18:57 -0400 (EDT)

branch: master
commit 40c4691355314cac57c490de3c6848a58930283a
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 6837722e64..1aba79784f 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")
 



reply via email to

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