branch: elpa/telephone-line
commit 44ca430fe194f24fc35b231962bab07e8276b00a
Author: Daniel Bordak <[email protected]>
Commit: Daniel Bordak <[email protected]>

    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