]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/auth-source.el: add declarations to silence compiler
authorMattias EngdegÄrd <mattiase@acm.org>
Thu, 4 Apr 2024 16:59:45 +0000 (18:59 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 5 Apr 2024 12:11:48 +0000 (14:11 +0200)
(cherry picked from commit b49765b516e921d7dc020f1038c1442b1bb420ef)

lisp/auth-source.el

index 18670ed620bda39d19ef5901c8121c333852a545..a8bd9855720c35124d23254c762f7dff75f8359b 100644 (file)
@@ -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.