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

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

[nongnu] elpa/tuareg 85d626f 3/3: Apply only locally the hook to generat


From: ELPA Syncer
Subject: [nongnu] elpa/tuareg 85d626f 3/3: Apply only locally the hook to generate the interface
Date: Thu, 9 Sep 2021 06:57:41 -0400 (EDT)

branch: elpa/tuareg
commit 85d626f6c0b75ca086e7717c2146bad6f37a3fb8
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Christophe Troestler <Christophe.Troestler@umons.ac.be>

    Apply only locally the hook to generate the interface
---
 tuareg.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tuareg.el b/tuareg.el
index b6fa95c..a7217f0 100644
--- a/tuareg.el
+++ b/tuareg.el
@@ -3204,7 +3204,7 @@ Short cuts for interactions with the REPL:
     (setq indent-tabs-mode nil)
     (setq ff-search-directories '(".")
           ff-other-file-alist tuareg-other-file-alist)
-    (add-hook 'ff-file-created-hook #'tuareg--ff-file-created-hook)
+    (add-hook 'ff-file-created-hook #'tuareg--ff-file-created-hook nil t)
     (tuareg--common-mode-setup)
     (tuareg--install-font-lock)
     (setq-local beginning-of-defun-function #'tuareg-beginning-of-defun)



reply via email to

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