diff options
Diffstat (limited to 'lisp/type-break.el')
-rw-r--r-- | lisp/type-break.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/type-break.el b/lisp/type-break.el index e6782fa23f8..62a44724d40 100644 --- a/lisp/type-break.el +++ b/lisp/type-break.el @@ -76,7 +76,7 @@ See the docstring for the `type-break-mode' command for more information. Setting this variable directly does not take effect; use either \\[customize] or the function `type-break-mode'." - :set (lambda (symbol value) + :set (lambda (_symbol value) (type-break-mode (if value 1 -1))) :initialize 'custom-initialize-default :type 'boolean @@ -831,7 +831,7 @@ keystroke threshold has been exceeded." (quit (type-break-schedule type-break-query-interval)))))) -(defun type-break-noninteractive-query (&optional ignored-args) +(defun type-break-noninteractive-query (&optional _ignored-args) "Null query function which doesn't interrupt user and assumes `no'. It prints a reminder in the echo area to take a break, but doesn't enforce this or ask the user to start one right now." |