branch: externals/fountain-mode
commit 6577c05e731a25a56b809323559d252f3f331eba
Author: Paul W. Rankin <[email protected]>
Commit: Paul W. Rankin <[email protected]>
Fix fountain-completion-update-locations bug
---
fountain-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fountain-mode.el b/fountain-mode.el
index b79cba4..b1319ce 100644
--- a/fountain-mode.el
+++ b/fountain-mode.el
@@ -1380,7 +1380,7 @@ Add to `fountain-mode-hook' to have completion upon load."
(save-excursion
(save-restriction
(widen)
- (fountain-completion-update-scene-headings (point-min) (point-max))
+ (fountain-completion-update-locations (point-min) (point-max))
(fountain-completion-update-characters (point-min) (point-max))))
(message "Completion candidates updated"))