From 6f2861c6ecf4858d71bb70c9a1a63b3c465b7c30 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Thu, 4 Apr 2024 18:59:45 +0200 Subject: [PATCH] ; * lisp/auth-source.el: add declarations to silence compiler (cherry picked from commit b49765b516e921d7dc020f1038c1442b1bb420ef) --- lisp/auth-source.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/auth-source.el b/lisp/auth-source.el index 18670ed620b..a8bd9855720 100644 --- a/lisp/auth-source.el +++ b/lisp/auth-source.el @@ -2546,6 +2546,9 @@ Adapt also mode line." (when read-passwd-mode (read-passwd-toggle-visibility))) +(defvar overriding-text-conversion-style) +(declare-function set-text-conversion-style "textconv.c") + ;;;###autoload (defun read-passwd (prompt &optional confirm default) "Read a password, prompting with PROMPT, and return it. -- 2.39.5