emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/gnus-start.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-start.el [emacs-unicode-2]
Date: Tue, 21 Sep 2004 06:13:16 -0400

Index: emacs/lisp/gnus/gnus-start.el
diff -c emacs/lisp/gnus/gnus-start.el:1.21.6.3 
emacs/lisp/gnus/gnus-start.el:1.21.6.4
*** emacs/lisp/gnus/gnus-start.el:1.21.6.3      Thu Sep  9 09:36:26 2004
--- emacs/lisp/gnus/gnus-start.el       Tue Sep 21 09:34:07 2004
***************
*** 47,52 ****
--- 47,53 ----
    "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,62 ****
--- 58,64 ----
  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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]