On Fri, May 20 2005, David Kastrup wrote:

> Reiner Steib <[EMAIL PROTECTED]> writes:
>> in PCL-CVS, the important command `cvs-mode-mark' (bound to `m')
>> doesn't have a menu entry.  Is this intended?  Else I'd like to add
>> it:
[...]
>> +    ["Mark current"         cvs-mode-mark   t]
[...]
> The equivalent in Dired mode is just called "Mark".  Maybe one should
> keep this consistent.  And it would appear that "Unmark" would be
> desirable as well.

I agree:

--8<---------------cut here---------------start------------->8---
--- pcvs-defs.el        17 Dec 2004 16:17:35 +0100      1.30
+++ pcvs-defs.el        20 May 2005 20:49:45 +0200      
@@ -421,6 +421,8 @@
     ["Ignore"                  cvs-mode-ignore         (cvs-enabledp 'ignore)]
     ["Add ChangeLog"           cvs-mode-add-change-log-entry-other-window t]
     "----"
+    ["Mark"                     cvs-mode-mark t]
+    ["Unmark"                   cvs-mode-unmark        t]
     ["Mark all"                        cvs-mode-mark-all-files t]
     ["Mark by regexp..."        cvs-mode-mark-matching-files t]
     ["Mark by state..."         cvs-mode-mark-on-state t]
--8<---------------cut here---------------end--------------->8---

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to