diff --git a/outline-magic.el b/outline-magic.el index 580f4cb..c4a23f6 100644 --- a/outline-magic.el +++ b/outline-magic.el @@ -237,7 +237,8 @@ them set by set, separated by a nil element. See the example for ; Run `outline-cycle' as if at the top of the buffer. (save-excursion (goto-char (point-min)) - (outline-cycle nil))) + (let ((current-prefix-argument nil)) + (outline-cycle nil)))) (t (cond