summaryrefslogtreecommitdiff
path: root/lisp/proced.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/proced.el')
-rw-r--r--lisp/proced.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/proced.el b/lisp/proced.el
index ff571da4301..39ce00326a7 100644
--- a/lisp/proced.el
+++ b/lisp/proced.el
@@ -461,6 +461,7 @@ Important: the match ends just after the marker.")
;; marking
(define-key km "d" 'proced-mark-alt) ; Dired compatibility ("delete")
(define-key km "m" 'proced-mark)
+ (put 'proced-mark :advertised-binding "m")
(define-key km "u" 'proced-unmark)
(define-key km "\177" 'proced-unmark-backward)
(define-key km "M" 'proced-mark-all)