]> git.eshelyaron.com Git - emacs.git/commit
Pacify recent unused/ignored lexvar warnings
authorBasil L. Contovounesios <contovob@tcd.ie>
Wed, 26 Oct 2022 13:35:59 +0000 (16:35 +0300)
committerBasil L. Contovounesios <contovob@tcd.ie>
Wed, 26 Oct 2022 13:35:59 +0000 (16:35 +0300)
commit38bcad545125a2cda218835b0210f24ab8db1e9e
tree44e18a0ae651308c32897c2c89eae2efc105808c
parent32dd769ca441a1bd9bf72494472d0a20e195f9af
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.
16 files changed:
lisp/ansi-color.el
lisp/cus-edit.el
lisp/cus-theme.el
lisp/dired-aux.el
lisp/emacs-lisp/cconv.el
lisp/emacs-lisp/crm.el
lisp/emacs-lisp/tabulated-list.el
lisp/files.el
lisp/ido.el
lisp/international/mule-diag.el
lisp/mail/sendmail.el
lisp/progmodes/fortran.el
lisp/progmodes/prolog.el
lisp/progmodes/ruby-mode.el
lisp/url/url.el
lisp/xwidget.el