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

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

[nongnu] elpa/crux b60d9f4 051/112: Fix a compilation warning


From: ELPA Syncer
Subject: [nongnu] elpa/crux b60d9f4 051/112: Fix a compilation warning
Date: Wed, 11 Aug 2021 09:57:51 -0400 (EDT)

branch: elpa/crux
commit b60d9f49e4874a9f333a9477e2c2440f4e419782
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@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

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