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

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

[elpa] externals/breadcrumb 85a3885b98 07/18: Change defcustom type fixn


From: ELPA Syncer
Subject: [elpa] externals/breadcrumb 85a3885b98 07/18: Change defcustom type fixnum into natnum (#4)
Date: Tue, 5 Sep 2023 06:57:42 -0400 (EDT)

branch: externals/breadcrumb
commit 85a3885b9830b9ab9b5595291a51b9c807b04b8a
Author: Ruijie Yu <ruijie+git@netyu.xyz>
Commit: GitHub <noreply@github.com>

    Change defcustom type fixnum into natnum (#4)
    
    * breadcrumb.el (bc-project-max-length, bc-imenu-max-length): Fix.
---
 breadcrumb.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/breadcrumb.el b/breadcrumb.el
index e2c7184e37..9e308a27da 100644
--- a/breadcrumb.el
+++ b/breadcrumb.el
@@ -210,13 +210,13 @@ These structures don't have a `breadcrumb-region' 
property on."
   :group 'convenience)
 
 (defcustom bc-project-max-length 40
-  "Soft cutoff for `breadcrumb-project-crumbs'." :type 'fixnum)
+  "Soft cutoff for `breadcrumb-project-crumbs'." :type 'natnum)
 
 (defcustom bc-project-crumb-separator "/"
   "Separator for `breadcrumb-project-crumbs'." :type 'string)
 
 (defcustom bc-imenu-max-length 40
-  "Soft cutoff for `breadcrumb-imenu-crumbs'." :type 'fixnum)
+  "Soft cutoff for `breadcrumb-imenu-crumbs'." :type 'natnum)
 
 (defcustom bc-imenu-crumb-separator " > "
   "Separator for `breadcrumb-project-crumbs'." :type 'string)



reply via email to

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