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

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

[nongnu] elpa/swsw f9a901c809 004/146: * swsw.el (swsw-id-chars-base): R


From: ELPA Syncer
Subject: [nongnu] elpa/swsw f9a901c809 004/146: * swsw.el (swsw-id-chars-base): Remove erroneous quote
Date: Wed, 25 May 2022 02:59:37 -0400 (EDT)

branch: elpa/swsw
commit f9a901c809b589d0b103ee086968d82c444d1d72
Author: Daniel Semyonov <cmstr@dsemy.com>
Commit: Daniel Semyonov <cmstr@dsemy.com>

    * swsw.el (swsw-id-chars-base): Remove erroneous quote
---
 swsw.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swsw.el b/swsw.el
index 817101b697..7dc791d6f0 100644
--- a/swsw.el
+++ b/swsw.el
@@ -38,7 +38,7 @@
 (defcustom swsw-id-chars-base '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
   "Base set of characters from which window IDs are constructed."
   :group 'swsw
-  :type '(repeat 'character))
+  :type '(repeat character))
 
 ;;;; Simple window switching minor mode:
 



reply via email to

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