Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fc08c987
Commit
fc08c987
authored
Jul 16, 2002
by
André Spiegel
Browse files
Add entry for C-x C-q.
parent
4c4a1c1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
etc/NEWS
etc/NEWS
+10
-0
No files found.
etc/NEWS
View file @
fc08c987
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment