(proced-mode-map): Prefer "m" for proced-mark.
This commit is contained in:
parent
78012bd2ec
commit
2efb64a86a
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* proced.el (proced-mode-map): Prefer "m" for proced-mark.
|
||||
|
||||
2009-09-11 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue