Add missing `interactive` spec to `org-show-all'

* lisp/org.el (org-show-all): Add missing `interactive` spec to
  `org-show-all'.

TINYCHANGE
This commit is contained in:
Piet van Oostrum 2019-02-18 21:40:57 +01:00 committed by Nicolas Goaziou
parent d647043431
commit 08cb207b38
1 changed files with 1 additions and 0 deletions

View File

@ -6936,6 +6936,7 @@ show that drawer instead."
By default, the function expands headings, blocks and drawers.
When optional argument TYPE is a list of symbols among `blocks',
`drawers' and `headings', to only expand one specific type."
(interactive)
(dolist (type (or types '(blocks drawers headings)))
(org-flag-region (point-min) (point-max) nil
(pcase type