summaryrefslogtreecommitdiff
path: root/helm-lib.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-07-26 08:30:27 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-07-26 09:22:54 +0200
commitd80f39bf913c9e3ed3bb7411c5717445e354595c (patch)
tree356a237a1a740efe109f31e838fe2ad86ee69f2f /helm-lib.el
parent6604323cf78a78b0915fd7a632e229fed6b00923 (diff)
Fix compilation warnings
Diffstat (limited to 'helm-lib.el')
-rw-r--r--helm-lib.el16
1 files changed, 15 insertions, 1 deletions
diff --git a/helm-lib.el b/helm-lib.el
index 8810384d..d14c1434 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -24,8 +24,19 @@
;;; Code:
(require 'cl-lib)
-(eval-when-compile (require 'wdired))
+(declare-function wdired-change-to-dired-mode "wdired.el")
+(declare-function wdired-do-symlink-changes "wdired.el")
+(declare-function wdired-do-perm-changes "wdired.el")
+(declare-function wdired-get-filename "wdired.el")
+(declare-function wdired-do-renames "wdired.el")
+(declare-function wdired-flag-for-deletion "wdired.el")
+(declare-function wdired-normalize-filename "wdired.el")
+(declare-function dired-mark-remembered "dired.el")
+(declare-function dired-log-summary "dired.el")
+(declare-function dired-current-directory "dired.el")
+(declare-function ansi-color--find-face "ansi-color.el")
+(declare-function ansi-color-apply-sequence "ansi-color.el")
(declare-function helm-get-sources "helm.el")
(declare-function helm-marked-candidates "helm.el")
(declare-function helm-follow-mode-p "helm.el")
@@ -41,6 +52,9 @@
(defvar helm-initial-frame)
(defvar helm-current-position)
(defvar wdired-old-marks)
+(defvar wdired-keep-marker-rename)
+(defvar wdired-allow-to-change-permissions)
+(defvar wdired-allow-to-redirect-links)
(defvar helm-persistent-action-display-window)
;;; User vars.