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

    Correct default rhs value
    
    Fixes #9
---
 telephone-line.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/telephone-line.el b/telephone-line.el
index 56819db505..e03af2bd1e 100644
--- a/telephone-line.el
+++ b/telephone-line.el
@@ -242,7 +242,7 @@ separators, as they are conditional, are evaluated 
on-the-fly."
   :group 'telephone-line)
 
 (defcustom rhs '((accent . (telephone-line-position-segment))
-                 (nil    . (misc-info-segment
+                 (nil    . (telephone-line-misc-info-segment
                             telephone-line-major-mode-segment)))
   "Right hand side segment alist."
   :type '(alist :key-type segment-color :value-type subsegment-list)

Reply via email to