]> git.eshelyaron.com Git - emacs.git/commitdiff
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)
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

index 6f1c270c239f1aa429773e927d787e999a4b6a4f..5e7015db54982a317e49eea23e7af4dfd951eb87 100644 (file)
@@ -418,7 +418,7 @@ and it should apply face FACE to the text between BEG and END.")
   (setq ansi-color-for-comint-mode 'filter))
 
 ;;;###autoload
-(defun ansi-color-process-output (ignored)
+(defun ansi-color-process-output (_ignored)
   "Maybe translate SGR control sequences of comint output into text properties.
 
 Depending on variable `ansi-color-for-comint-mode' the comint output is
index ee32c9c945eca6b29976e12ce6d45c1070af5663..e043d9bc17e65160ff9fe43447bddc256ca48a97 100644 (file)
@@ -1546,7 +1546,7 @@ If TYPE is `groups', include only groups."
      "*Customize Apropos*")))
 
 ;;;###autoload
-(defun customize-apropos-options (regexp &optional ignored)
+(defun customize-apropos-options (regexp &optional _ignored)
   "Customize all loaded customizable options matching REGEXP."
   (interactive (list (apropos-read-pattern "options")))
   (customize-apropos regexp 'options))
index 90680ff68f869fd13f305f62893af9ac6e4c3563..b891f241549348770212050d52d763a69901f0b9 100644 (file)
@@ -142,7 +142,7 @@ remove them from your saved Custom file.\n\n")
     (widget-create 'push-button
                   :tag " Revert "
                   :help-echo "Revert this buffer to its original state."
-                  :action (lambda (&rest ignored) (revert-buffer)))
+                   :action (lambda (&rest _ignored) (revert-buffer)))
 
     (widget-insert "\n\nTheme name : ")
     (setq custom-theme-name
index 9add96c260836d8f3e1e4aabf22cb52c75727773..327a4f038b258b01a67a01735e5dbcb14c7a6db4 100644 (file)
@@ -3478,7 +3478,7 @@ Use \\[dired-hide-all] to (un)hide all directories."
       (dired-next-subdir 1 t))))
 
 ;;;###autoload
-(defun dired-hide-all (&optional ignored)
+(defun dired-hide-all (&optional _ignored)
   "Hide all subdirectories, leaving only their header lines.
 If there is already something hidden, make everything visible again.
 Use \\[dired-hide-subdir] to (un)hide a particular subdirectory."
index 3f27faab115ace170c59692cf423d76bfbb12307..289e2b0eee4018a709c99a4a29572a1c8b2a61b1 100644 (file)
@@ -130,8 +130,6 @@ Returns a form where all lambdas don't have any free variables."
     (prog1 (cconv-convert form nil nil) ; Env initially empty.
       (cl-assert (null cconv-freevars-alist)))))
 
-(defconst cconv--dummy-var (make-symbol "ignored"))
-
 (defun cconv--set-diff (s1 s2)
   "Return elements of set S1 that are not in set S2."
   (let ((res '()))
index 6d4b29b552c71d298d4e509bdece494c885fc025..8e61797315fb4b43d313f08e0fbe90e47af5142d 100644 (file)
@@ -201,7 +201,7 @@ This function is modeled after `minibuffer-complete-and-exit'."
     (if doexit (exit-minibuffer))))
 
 (defun crm--choose-completion-string (choice buffer base-position
-                                             &rest ignored)
+                                             &rest _ignored)
   "Completion string chooser for `completing-read-multiple'.
 This is called from `choose-completion-string-functions'.
 It replaces the string that is currently being completed, without
index c01f3fd4fecb917ee3ec235c93b2ef9bc057c08f..206c10a7734736aed9cdee96e2705cace3f693bf 100644 (file)
@@ -374,7 +374,7 @@ Optional arg POS is a buffer position where to look for a fake header;
 defaults to `point-min'."
   (overlays-at (or pos (point-min))))
 
-(defun tabulated-list-revert (&rest ignored)
+(defun tabulated-list-revert (&rest _ignored)
   "The `revert-buffer-function' for `tabulated-list-mode'.
 It runs `tabulated-list-revert-hook', then calls `tabulated-list-print'."
   (interactive)
index 3fa0f2f3b8117adcc74f204bb556283fbc18ae95..a28253225801d0f628fc3a09e7854faf3aa48b95 100644 (file)
@@ -3863,7 +3863,7 @@ If these settings come from directory-local variables, then
 DIR-NAME is the name of the associated directory.  Otherwise it is nil."
   ;; Find those variables that we may want to save to
   ;; `safe-local-variable-values'.
-  (let (all-vars risky-vars unsafe-vars ignored)
+  (let (all-vars risky-vars unsafe-vars)
     (dolist (elt variables)
       (let ((var (car elt))
            (val (cdr elt)))
index 1d0082da97c3a0d95069529628abf17b6ae55d8e..77e4dd447d803dee1e3e1e3a6178305ab655c664 100644 (file)
@@ -3915,7 +3915,7 @@ If `ido-change-word-sub' cannot be found in WORD, return nil."
   "Return dotted pair (RES . 1)."
   (cons res 1))
 
-(defun ido-choose-completion-string (choice &rest ignored)
+(defun ido-choose-completion-string (choice &rest _ignored)
   (when (ido-active)
     ;; Insert the completion into the buffer where completion was requested.
     (and ido-completion-buffer
index cdf2e527e25446fb298c80ad25a83c8138a06f74..6e49c9cb21a1d883223a09e568b497ab87ff6e0b 100644 (file)
@@ -812,7 +812,7 @@ but still contains full information about each coding system."
 
 (declare-function font-info "font.c" (name &optional frame))
 
-(defun describe-font-internal (font-info &optional ignored)
+(defun describe-font-internal (font-info &optional _ignored)
   "Print information about a font in FONT-INFO.
 The IGNORED argument is ignored."
   (print-list "name (opened by):" (aref font-info 0))
index 387792eb3108d75358a8cf1691b0a87035cb31a1..3f75faa077d9996f44655319660b3b26b941c5bc 100644 (file)
@@ -550,10 +550,10 @@ This also saves the value of `send-mail-function' via Customize."
   #'mail-send-and-exit)
 
 ;;;###autoload
-(defun sendmail-user-agent-compose (&optional to subject other-headers
-                                   continue switch-function yank-action
-                                   send-actions return-action
-                                   &rest ignored)
+(defun sendmail-user-agent-compose ( &optional to subject other-headers
+                                     continue switch-function yank-action
+                                     send-actions return-action
+                                     &rest _ignored )
   (if switch-function
       (funcall switch-function "*mail*"))
   (let ((cc (cdr (assoc-string "cc" other-headers t)))
index 6791e2fc9f8622b316e6861d0c04d774c28d105d..9a68c0e6fd79b49a0979e7161e185dd23b952bfa 100644 (file)
@@ -957,7 +957,7 @@ With non-nil ARG, uncomments the region."
     (set-marker save-point nil)))
 
 ;; uncomment-region calls this with 3 args.
-(defun fortran-uncomment-region (start end &optional ignored)
+(defun fortran-uncomment-region (start end &optional _ignored)
   "Uncomment every line in the region."
   (fortran-comment-region start end t))
 
index f8edc2b1f7b31caadd1477071b3dc81496bb39be..6e2c2513b01a25f7c92eb80c5ce2ac612abbe27f 100644 (file)
@@ -1311,7 +1311,7 @@ With prefix argument ARG, restart the Prolog process if running before."
     (prolog-mode-variables)
     ))
 
-(defun prolog-inferior-guess-flavor (&optional ignored)
+(defun prolog-inferior-guess-flavor (&optional _ignored)
   (setq-local prolog-system
               (when (or (numberp prolog-system) (markerp prolog-system))
                 (save-excursion
index 955daa393ce045a7cb9d393f6aa2aa2161f71e09..17467b55549ca5a1cb4e5196d32bd4dea45931bd 100644 (file)
@@ -849,7 +849,7 @@ The style of the comment is controlled by `ruby-encoding-magic-comment-style'."
     (back-to-indentation)
     (current-column)))
 
-(defun ruby-indent-line (&optional ignored)
+(defun ruby-indent-line (&optional _ignored)
   "Correct the indentation of the current Ruby line."
   (interactive)
   (ruby-indent-to (ruby-calculate-indent)))
@@ -1576,7 +1576,7 @@ With ARG, do it many times.  Negative ARG means move forward."
         ((error)))
       i))))
 
-(defun ruby-indent-exp (&optional ignored)
+(defun ruby-indent-exp (&optional _ignored)
   "Indent each line in the balanced expression following the point."
   (interactive "*P")
   (let ((here (point-marker)) start top column (nest t))
index b4ece5faeb2b210bd7c1386b7ca44bffda397381..92057742ca7266513e3c26e92ea8a234364f1c69 100644 (file)
@@ -293,7 +293,7 @@ how long to wait for a response before giving up."
 (declare-function mm-display-part "mm-decode"
                  (handle &optional no-default force))
 
-(defun url-mm-callback (&rest ignored)
+(defun url-mm-callback (&rest _ignored)
   (let ((handle (mm-dissect-buffer t)))
     (url-mark-buffer-as-dead (current-buffer))
     (with-current-buffer
index 41a1190c646b3f1aa713f985d91d9cd0c287be84..109748baec647254e64aec43aaab7f42ed2641cd 100644 (file)
@@ -1198,7 +1198,7 @@ Press \\<xwidget-webkit-isearch-mode-map>\\[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)