branch: elpa/crux
commit b60d9f49e4874a9f333a9477e2c2440f4e419782
Author: Bozhidar Batsov <bozhi...@batsov.com>
Commit: Bozhidar Batsov <bozhi...@batsov.com>

    Fix a compilation warning
---
 crux.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/crux.el b/crux.el
index e3aab64..579816d 100644
--- a/crux.el
+++ b/crux.el
@@ -38,6 +38,8 @@
 (require 'seq)
 (require 'tramp)
 
+(declare-function dired-get-file-for-visit "dired")
+
 (defgroup crux nil
   "crux configuration."
   :prefix "crux-"

Reply via email to