Hi GentleLispers:
This is my very first attempt at submission to this group. When I sent
out a mail to gnu.emacs.help and comp.emacs.xemacs asking for directions
on how to submit sources to the emacs maintainers, I was told to contact
RMS, and also to post in this group. And for XEmacs, I was told to mail
xemacs-beta(a)xemacs.org.. So, here goes...
The file p4.el is a minor mode for the P4 revision control system
written by Perforce (
www.perforce.com).
It is not integrated into the vc.el that exists with Emacs since I
didn't know if the vc library exported any hooks that I could use here.
(Also, this library is my very first in elisp land).
All the commands start with p4- and all the variables and constants use
p4- prefix too.
Please pass on your comments/suggestions/improvements to me and I'll be
glad to get the feedback.
Thanks
rv