emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/fountain-mode 6577c05 2/4: Fix fountain-completion-upda


From: Paul Rankin
Subject: [elpa] externals/fountain-mode 6577c05 2/4: Fix fountain-completion-update-locations bug
Date: Fri, 24 May 2019 00:28:18 -0400 (EDT)

branch: externals/fountain-mode
commit 6577c05e731a25a56b809323559d252f3f331eba
Author: Paul W. Rankin <address@hidden>
Commit: Paul W. Rankin <address@hidden>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]