emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/corfu-doc 832b49e2a1 83/95: Remove :safe args


From: ELPA Syncer
Subject: [elpa] externals/corfu-doc 832b49e2a1 83/95: Remove :safe args
Date: Tue, 19 Jul 2022 15:58:07 -0400 (EDT)

branch: externals/corfu-doc
commit 832b49e2a1e4b15074819afb29d281ca46be626a
Author: Yuwei Tian <ibluefocus@outlook.com>
Commit: Yuwei Tian <ibluefocus@outlook.com>

    Remove :safe args
---
 corfu-doc.el | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/corfu-doc.el b/corfu-doc.el
index 64910ddf00..883520b4b0 100644
--- a/corfu-doc.el
+++ b/corfu-doc.el
@@ -60,25 +60,21 @@ The value of nil means no delay."
 When the selected candidate is changed, if the value of `corfu-doc-delay'
 is greater than this threshold value, the documentation popup frame will
 be hided immediately. Else, just clear the doc frame content."
-  :type 'float
-  :safe #'floatp)
+  :type 'float)
 
 (defcustom corfu-doc-max-width 60
   "The max width of the corfu doc frame in characters."
-  :type 'integer
-  :safe #'integerp)
+  :type 'integer)
 
 (defcustom corfu-doc-max-height 10
   "The max height of the corfu doc frame in characters."
-  :type 'integer
-  :safe #'integerp)
+  :type 'integer)
 
 (defcustom corfu-doc-resize-frame t
   "Non-nil means resize the corfu doc frame automatically.
 
 If this is nil, do not resize corfu doc frame automatically."
-  :type 'boolean
-  :safe #'booleanp)
+  :type 'boolean)
 
 (defcustom corfu-doc-display-within-parent-frame t
   "Display the doc popup within the parent frame.
@@ -96,8 +92,7 @@ allowing them to be positioned so they do not obscure the 
parent frame while
 still being visible themselves.
 
 Please see \"(elisp) Child Frames\" in Emacs manual for details."
-  :type 'boolean
-  :safe #'booleanp)
+  :type 'boolean)
 
 (defvar corfu-doc--frame nil
   "Doc frame.")



reply via email to

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