branch: externals/javaimp
commit 582af66e20c372db37d8a8d904bb79f52daac916
Author: Filipp Gunbin <fgun...@fastmail.fm>
Commit: Filipp Gunbin <fgun...@fastmail.fm>

    * javaimp.el (javaimp-minor-mode-map): Add mark-defun
---
 javaimp.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/javaimp.el b/javaimp.el
index 106244abf2..9891d8f6c6 100644
--- a/javaimp.el
+++ b/javaimp.el
@@ -1239,7 +1239,8 @@ PREV-INDEX gives the index of the method itself."
   "C-c j" javaimp-basic-map
   ;; Override functions from java-mode
   "C-M-a" #'beginning-of-defun
-  "C-M-e" #'end-of-defun)
+  "C-M-e" #'end-of-defun
+  "C-M-h" #'mark-defun)
 
 
 ;;;###autoload

Reply via email to