* magit.el (magit-toggle-section): Call magit-section-set-hidden with
two args, stupid.
This commit is contained in:
Marius Vollmer 2008-09-13 23:03:01 +03:00
parent 559398acf9
commit a2b7afc6b5

View file

@ -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)