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

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

[elpa] externals/dtache 4e47a69807: Update name of compile hook


From: ELPA Syncer
Subject: [elpa] externals/dtache 4e47a69807: Update name of compile hook
Date: Sat, 22 Jan 2022 14:57:28 -0500 (EST)

branch: externals/dtache
commit 4e47a6980761246882d8669941a47e4f3ba33c8f
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Update name of compile hook
---
 dtache.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dtache.el b/dtache.el
index 46a7e5c664..209c4945fe 100644
--- a/dtache.el
+++ b/dtache.el
@@ -134,7 +134,7 @@ Valid values are: create, new and attach")
 (defvar dtache-shell-command-history nil
   "History of commands run with `dtache-shell-command'.")
 
-(defvar dtache-compile-hooks nil
+(defvar dtache-compile-session-hooks nil
   "Hooks to run when compiling a session.")
 (defvar dtache-metadata-annotators-alist nil
   "An alist of annotators for metadata.")
@@ -297,7 +297,7 @@ The session is compiled by opening its output and enabling
           (insert (dtache--session-output session))
           (setq-local default-directory
                       (dtache--session-working-directory session))
-          (run-hooks 'dtache-compile-hooks)
+          (run-hooks 'dtache-compile-session-hooks)
           (dtache-log-mode)
           (compilation-minor-mode)
           (setq dtache--buffer-session session)



reply via email to

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