diff options
author | André Spiegel <spiegel@gnu.org> | 2002-07-16 17:57:45 +0000 |
---|---|---|
committer | André Spiegel <spiegel@gnu.org> | 2002-07-16 17:57:45 +0000 |
commit | 87ce86f43800c8fecdd8c31bce8ce33209924bda (patch) | |
tree | 0340e5c5717b843d897a02cf31e3adddd21bf698 /etc/NEWS | |
parent | 916b062be9aea4894100c9da0b2049e886243689 (diff) | |
download | emacs-87ce86f43800c8fecdd8c31bce8ce33209924bda.tar.gz |
Add entry for C-x C-q.
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |