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

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

[elpa] externals/consult b5af5331c3 1/3: Use more verbose symbol


From: ELPA Syncer
Subject: [elpa] externals/consult b5af5331c3 1/3: Use more verbose symbol
Date: Wed, 22 Jun 2022 11:57:23 -0400 (EDT)

branch: externals/consult
commit b5af5331c322102f265331fc591d417995402952
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Use more verbose symbol
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index bf3ab088e0..52a7f80bc4 100644
--- a/consult.el
+++ b/consult.el
@@ -1160,7 +1160,7 @@ ORIG is the original function, HOOKS the arguments."
 (defun consult--temporary-files ()
   "Return a function to open files temporarily for preview."
   (let ((dir default-directory)
-        (hook (make-symbol "consult--temporary-files"))
+        (hook (make-symbol "consult--temporary-files-window-selection-change"))
         (orig-buffers (buffer-list))
         temporary-buffers)
     (fset hook



reply via email to

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