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

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

[nongnu] elpa/telephone-line 44ca430fe1 062/195: Corrected types for cus


From: ELPA Syncer
Subject: [nongnu] elpa/telephone-line 44ca430fe1 062/195: Corrected types for custom vars
Date: Wed, 5 Jan 2022 02:59:27 -0500 (EST)

branch: elpa/telephone-line
commit 44ca430fe194f24fc35b231962bab07e8276b00a
Author: Daniel Bordak <dbordak@fastmail.fm>
Commit: Daniel Bordak <dbordak@fastmail.fm>

    Corrected types for custom vars
---
 telephone-line.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/telephone-line.el b/telephone-line.el
index c76678d863..382fcafd89 100644
--- a/telephone-line.el
+++ b/telephone-line.el
@@ -94,26 +94,26 @@
 (defcustom telephone-line-primary-left-separator 'telephone-line-abs-left
   "The primary separator to use on the left-hand side."
   :group 'telephone-line
-  :type 'function)
+  :type 'symbol)
 
 (defcustom telephone-line-primary-right-separator 'telephone-line-abs-right
   "The primary separator to use on the right-hand side."
   :group 'telephone-line
-  :type 'function)
+  :type 'symbol)
 
 (defcustom telephone-line-secondary-left-separator 
'telephone-line-abs-hollow-left
   "The secondary separator to use on the left-hand side.
 
 Secondary separators do not incur a background color change."
   :group 'telephone-line
-  :type 'function)
+  :type 'symbol)
 
 (defcustom telephone-line-secondary-right-separator 
'telephone-line-abs-hollow-right
   "The secondary separator to use on the right-hand side.
 
 Secondary separators do not incur a background color change."
   :group 'telephone-line
-  :type 'function)
+  :type 'symbol)
 
 (defun telephone-line-fill (reserve &optional face)
   "Return RESERVE empty space on the right, optionally with a FACE."



reply via email to

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