Mercurial > emacs
changeset 44199:c157bec8fb40
Add section for VC Changes. New entry for `vc-cvs-global-switches'.
author | André Spiegel <spiegel@gnu.org> |
---|---|
date | Thu, 28 Mar 2002 14:36:51 +0000 |
parents | dfba0057d1ff |
children | 3ea526b58b9e |
files | etc/NEWS |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Thu Mar 28 14:29:06 2002 +0000 +++ b/etc/NEWS Thu Mar 28 14:36:51 2002 +0000 @@ -377,6 +377,15 @@ ** On terminals whose erase-char is ^H (Backspace), Emacs now uses normal-erase-is-backspace-mode. +** VC Changes + +*** There is a new user option `vc-cvs-global-switches' that allows +you to specify switches that are passed to any CVS command invoked +by VC. These switches are used as "global options" for CVS, which +means they are inserted before the command name. For example, this +allows you to specify a compression level using the "-z#" option for +CVS. + ** EDiff changes. +++