branch: elpa/magit
commit 649b4c972151c0ee495876c0d4c8c13787614886
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    magit-section-visibility-indicator: Do not define as an alias
    
    The value of the replacement has a different form, so this old
    variable cannot be an alias.
---
 lisp/magit-section.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index 39b4fa6ccd8..c8a84031d72 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -104,7 +104,7 @@ similar defect.")
 (define-obsolete-variable-alias 'magit-keep-region-overlay
   'magit-section-keep-region-overlay "Magit-Section 4.0.0")
 
-(define-obsolete-variable-alias 'magit-section-visibility-indicator
+(make-obsolete-variable 'magit-section-visibility-indicator
   'magit-section-visibility-indicators "Magit-Section 4.5.0")
 
 ;;; Hooks

Reply via email to