branch: elpa/dirvish
commit 02c94ab28e0943358390a32984a95699989ac98d
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: GitHub <nore...@github.com>

    fix(yank): silence byte-compiler (#220)
    
    Co-authored-by: Alex Lu <hellosimon1...@hotmail.com>
---
 extensions/dirvish-yank.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/extensions/dirvish-yank.el b/extensions/dirvish-yank.el
index aa092ea626..ec9f591aaa 100644
--- a/extensions/dirvish-yank.el
+++ b/extensions/dirvish-yank.el
@@ -723,6 +723,8 @@ unexpected errors."
   ["Action"
    [("RET" "Apply switches and copy" 
dirvish-yank--rsync-apply-switches-and-copy)]])
 
+(defvar crm-separator)
+
 (defun dirvish-yank--rsync-transient-read-multiple (prompt &optional 
_initial-input _history)
   "Read multiple values after PROMPT with optional INITIAL_INPUT and HISTORY."
   (let ((crm-separator ","))

Reply via email to