emacs-diffs
[Top][All Lists]
Advanced

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

scratch/so-long-updates 6712edc 3/6: ; * lisp/so-long.el (so-long-predic


From: Phil
Subject: scratch/so-long-updates 6712edc 3/6: ; * lisp/so-long.el (so-long-predicate): Custom type consistency
Date: Sat, 2 Nov 2019 08:23:41 -0400 (EDT)

branch: scratch/so-long-updates
commit 6712edcca2d2fa1e5796c74f30acf50ec7d3cb0e
Author: Phil Sainty <address@hidden>
Commit: Phil Sainty <address@hidden>

    ; * lisp/so-long.el (so-long-predicate): Custom type consistency
    
    This is for consistency with the other function options, which all
    used the 'radio' custom type.
---
 lisp/so-long.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/so-long.el b/lisp/so-long.el
index 3ee082b..c52b3d8 100644
--- a/lisp/so-long.el
+++ b/lisp/so-long.el
@@ -545,8 +545,8 @@ The specified function will be called with no arguments.  
If it returns non-nil
 then `so-long' will be invoked.
 
 Defaults to `so-long-detected-long-line-p'."
-  :type '(choice (const so-long-detected-long-line-p)
-                 (function :tag "Custom function"))
+  :type '(radio (const so-long-detected-long-line-p)
+                (function :tag "Custom function"))
   :package-version '(so-long . "1.0")
   :group 'so-long)
 



reply via email to

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