aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/pcvs-info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pcvs-info.el b/lisp/pcvs-info.el
index 52989e4c9c6..a26b99445c8 100644
--- a/lisp/pcvs-info.el
+++ b/lisp/pcvs-info.el
@@ -130,7 +130,7 @@ to confuse some users sometimes."
130 "The prefix that CVS prepends to files when rcsmerge'ing.") 130 "The prefix that CVS prepends to files when rcsmerge'ing.")
131 131
132(easy-mmode-defmap cvs-status-map 132(easy-mmode-defmap cvs-status-map
133 '(([(mouse-2)] . cvs-mouse-toggle-mark)) 133 '(([(mouse-2)] . cvs-mode-toggle-mark))
134 "Local keymap for text properties of status") 134 "Local keymap for text properties of status")
135 135
136;; Constructor: 136;; Constructor: