From 38bcad545125a2cda218835b0210f24ab8db1e9e Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Wed, 26 Oct 2022 16:35:59 +0300 Subject: Pacify recent unused/ignored lexvar warnings Lexvars with special names like 'ignored' or 'unused' are no longer treated specially. * lisp/ansi-color.el (ansi-color-process-output): * lisp/cus-edit.el (customize-apropos-options): * lisp/cus-theme.el (customize-create-theme): * lisp/dired-aux.el (dired-hide-all): * lisp/emacs-lisp/crm.el (crm--choose-completion-string): * lisp/emacs-lisp/tabulated-list.el (tabulated-list-revert): * lisp/ido.el (ido-choose-completion-string): * lisp/international/mule-diag.el (describe-font-internal): * lisp/mail/sendmail.el (sendmail-user-agent-compose): * lisp/progmodes/fortran.el (fortran-uncomment-region): * lisp/progmodes/prolog.el (prolog-inferior-guess-flavor): * lisp/progmodes/ruby-mode.el (ruby-indent-line, ruby-indent-exp): * lisp/url/url.el (url-mm-callback): * lisp/xwidget.el (xwidget-webkit-history-reload): Prepend an underscore to unused function parameter names. * lisp/emacs-lisp/cconv.el (cconv--dummy-var): Remove unused constant. * lisp/files.el (hack-local-variables-filter): Remove unused lexvar. --- lisp/xwidget.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/xwidget.el') diff --git a/lisp/xwidget.el b/lisp/xwidget.el index 41a1190c646..109748baec6 100644 --- a/lisp/xwidget.el +++ b/lisp/xwidget.el @@ -1198,7 +1198,7 @@ Press \\\\[xwidget-webkit-isearch-exit] to exit (xwidget-webkit-goto-history xwidget-webkit-history--session id)) (xwidget-webkit-history-reload)) -(defun xwidget-webkit-history-reload (&rest ignored) +(defun xwidget-webkit-history-reload (&rest _ignored) "Reload the current history buffer." (interactive) (setq tabulated-list-entries nil) -- cgit v1.2.3