summaryrefslogtreecommitdiff
path: root/lisp/vc/pcvs-info.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-01-13 23:16:16 +0100
committerStefan Kangas <stefan@marxist.se>2022-01-13 23:24:25 +0100
commit53dba3202205b5fab078a47da77be4140b7f93b1 (patch)
treeaa06442e478361cb81dbfbf1f22f20f943f74f47 /lisp/vc/pcvs-info.el
parentfbffe2cc30ffd92872628a6dba2684296b535b9e (diff)
downloademacs-53dba3202205b5fab078a47da77be4140b7f93b1.tar.gz
Prefer defvar-keymap to easy-mmode-defmap
* lisp/progmodes/gud.el (gud-minibuffer-local-map): * lisp/vc/pcvs-info.el (cvs-status-map): Use defvar-keymap. * lisp/emacs-lisp/easy-mmode.el (easy-mmode-defmap): Document as deprecated.
Diffstat (limited to 'lisp/vc/pcvs-info.el')
-rw-r--r--lisp/vc/pcvs-info.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/vc/pcvs-info.el b/lisp/vc/pcvs-info.el
index 11d14f95766..141854a6362 100644
--- a/lisp/vc/pcvs-info.el
+++ b/lisp/vc/pcvs-info.el
@@ -130,9 +130,9 @@ to confuse some users sometimes."
(defvar cvs-bakprefix ".#"
"The prefix that CVS prepends to files when rcsmerge'ing.")
-(easy-mmode-defmap cvs-status-map
- '(([(mouse-2)] . cvs-mode-toggle-mark))
- "Local keymap for text properties of status.")
+(defvar-keymap cvs-status-map
+ :doc "Local keymap for text properties of status."
+ "<mouse-2>" #'cvs-mode-toggle-mark)
;; Constructor: