Bugfix.
* magit.el (magit-toggle-section): Call magit-section-set-hidden with two args, stupid.
This commit is contained in:
parent
559398acf9
commit
a2b7afc6b5
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -547,7 +547,7 @@ Many Magit faces inherit from this one by default."
|
|||
(interactive)
|
||||
(magit-section-hideshow
|
||||
(lambda (s)
|
||||
(magit-section-set-hidden (not (magit-section-hidden s))))))
|
||||
(magit-section-set-hidden s (not (magit-section-hidden s))))))
|
||||
|
||||
(defun magit-cycle-section ()
|
||||
(interactive)
|
||||
|
|
Loading…
Reference in a new issue