diff options
author | Glenn Morris <rgm@gnu.org> | 2013-09-17 21:48:00 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-09-17 21:48:00 -0400 |
commit | 49a053fc5b27c7d1a32c42301fc66657dfc396ae (patch) | |
tree | cdea9c4b74ae44743f76c0ea43f906b9bed9b9c0 /lisp/eshell/esh-io.el | |
parent | 35cc47373edddb3642a8486b3052f6530ab9a778 (diff) | |
download | emacs-49a053fc5b27c7d1a32c42301fc66657dfc396ae.tar.gz |
Address some "unused lexical variable" warnings
* lisp/dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
* lisp/eshell/esh-io.el (x-select-enable-clipboard): Declare.
* lisp/erc/erc-button.el (erc-button-add-buttons):
* lisp/eshell/em-cmpl.el (eshell-complete-parse-arguments):
* lisp/eshell/em-hist.el (eshell/history, eshell-isearch-backward):
* lisp/eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
Remove unused local variables.
Diffstat (limited to 'lisp/eshell/esh-io.el')
-rw-r--r-- | lisp/eshell/esh-io.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el index c4c0bd43790..90b1f8ec972 100644 --- a/lisp/eshell/esh-io.el +++ b/lisp/eshell/esh-io.el @@ -118,6 +118,8 @@ from executing while Emacs is redisplaying." :type 'integer :group 'eshell-io) +(defvar x-select-enable-clipboard) ; term/common-win + (defcustom eshell-virtual-targets '(("/dev/eshell" eshell-interactive-print nil) ("/dev/kill" (lambda (mode) |