From: Mattias EngdegÄrd Date: Thu, 4 Apr 2024 16:59:45 +0000 (+0200) Subject: ; * lisp/auth-source.el: add declarations to silence compiler X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f2861c6ecf4858d71bb70c9a1a63b3c465b7c30;p=emacs.git ; * lisp/auth-source.el: add declarations to silence compiler (cherry picked from commit b49765b516e921d7dc020f1038c1442b1bb420ef) --- 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.