From: André Spiegel Date: Tue, 16 Jul 2002 17:57:45 +0000 (+0000) Subject: Add entry for C-x C-q. X-Git-Tag: ttn-vms-21-2-B4~14062 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc08c98703a47e8fd0cf29ade517bb4952a82a70;p=emacs.git Add entry for C-x C-q. --- diff --git a/etc/NEWS b/etc/NEWS index d3089900ac9..f01cd3377f9 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -575,6 +575,16 @@ attempt to construct a unique auto-save name (e.g. for remote files). ** VC Changes +*** The key C-x C-q no longer checks files in or out, it only changes +the read-only state of the buffer (toggle-read-only). We made this +change because we held a poll and found that many users were unhappy +with the previous behavior. If you do prefer this behavior, you +can bind `vc-toggle-read-only' to C-x C-q in your .emacs: + + (global-set-key "\C-x\C-q" 'vc-toggle-read-only) + +The function `vc-toggle-read-only' will continue to exist. + +++ *** There is a new user option `vc-cvs-global-switches' that allows you to specify switches that are passed to any CVS command invoked