summaryrefslogtreecommitdiff
path: root/lisp/ob-lilypond.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ob-lilypond.el')
-rw-r--r--lisp/ob-lilypond.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-lilypond.el b/lisp/ob-lilypond.el
index eba8423..f1d732c 100644
--- a/lisp/ob-lilypond.el
+++ b/lisp/ob-lilypond.el
@@ -265,7 +265,7 @@ LINE is the erroneous line"
(setq case-fold-search nil)
(if (search-forward line nil t)
(progn
- (show-all)
+ (outline-show-all)
(set-mark (point))
(goto-char (- (point) (length line))))
(goto-char temp))))