summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-opt.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-03-05 14:29:40 -0500
committerGlenn Morris <rgm@gnu.org>2018-03-05 14:29:40 -0500
commitbcc80b8fd264352812a5bf5d11232659848cda3d (patch)
treed95cf5171c6d6c15a57f7dd7647ccee7e31222a3 /lisp/eshell/esh-opt.el
parentbc85cdc16946ad2592450dd6b6ebc42be6421b05 (diff)
downloademacs-bcc80b8fd264352812a5bf5d11232659848cda3d.tar.gz
emacs-bcc80b8fd264352812a5bf5d11232659848cda3d.tar.bz2
emacs-bcc80b8fd264352812a5bf5d11232659848cda3d.zip
Suppress some unused lexical variable warnings in eshell
* lisp/eshell/em-tramp.el (eshell/sudo): * lisp/eshell/em-unix.el (eshell/time): * lisp/eshell/esh-var.el (eshell/env): Pretend to use "args" to quieten compiler.
Diffstat (limited to 'lisp/eshell/esh-opt.el')
-rw-r--r--lisp/eshell/esh-opt.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/eshell/esh-opt.el b/lisp/eshell/esh-opt.el
index 3af8fd7cacb..18852ce5341 100644
--- a/lisp/eshell/esh-opt.el
+++ b/lisp/eshell/esh-opt.el
@@ -111,6 +111,7 @@ interned variable `args' (created using a `let' form)."
;; `options' is of the form (quote OPTS).
(cadr options))))
(args processed-args))
+ ;; Unused lexical variable warning if body does not use `args'.
,@body-forms))
;;; Internal Functions: