From 8ff6496032a3ec0f5a98765c6a79fdb4b573f9b9 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 15 Mar 2025 09:57:39 +0100 Subject: [PATCH] * lisp/bindings.el (tramp-revert-buffer-with-sudo): Declare. (cherry picked from commit 5d1b696e9953f69ad918af094e5d09562a4deeaf) --- lisp/bindings.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/bindings.el b/lisp/bindings.el index 427e018d321..c7d7bdd607c 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -25,6 +25,8 @@ ;;; Code: +(declare-function tramp-revert-buffer-with-sudo "tramp-cmds") + (defun make-mode-line-mouse-map (mouse function) "\ Return a keymap with single entry for mouse key MOUSE on the mode line. MOUSE is defined to run function FUNCTION with no args in the buffer -- 2.39.5