diff options
| -rw-r--r-- | lisp/bindings.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index a5737db840b..5764143673c 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el | |||
| @@ -25,6 +25,8 @@ | |||
| 25 | 25 | ||
| 26 | ;;; Code: | 26 | ;;; Code: |
| 27 | 27 | ||
| 28 | (declare-function tramp-revert-buffer-with-sudo "tramp-cmds") | ||
| 29 | |||
| 28 | (defun make-mode-line-mouse-map (mouse function) "\ | 30 | (defun make-mode-line-mouse-map (mouse function) "\ |
| 29 | Return a keymap with single entry for mouse key MOUSE on the mode line. | 31 | Return a keymap with single entry for mouse key MOUSE on the mode line. |
| 30 | MOUSE is defined to run function FUNCTION with no args in the buffer | 32 | MOUSE is defined to run function FUNCTION with no args in the buffer |