mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558
Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-30 Update from CVS
This commit is contained in:
parent
2d4a158aa2
commit
a08b59c91f
31 changed files with 309 additions and 23 deletions
|
|
@ -47,6 +47,7 @@
|
|||
"Whether to create backup files.
|
||||
This variable takes the same values as the `version-control'
|
||||
variable."
|
||||
:version "21.4"
|
||||
:group 'gnus-start
|
||||
:type '(choice (const :tag "Never" never)
|
||||
(const :tag "If existing" nil)
|
||||
|
|
@ -57,6 +58,7 @@ variable."
|
|||
the buffer or write directly to the file. The buffer is faster
|
||||
because all of the contents are written at once. The direct write
|
||||
uses considerably less memory."
|
||||
:version "21.4"
|
||||
:group 'gnus-start
|
||||
:type '(choice (const :tag "Write via buffer" t)
|
||||
(const :tag "Write directly to file" nil)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue