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-art.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-art.el [emacs-unicode-2]
Date: Thu, 04 Nov 2004 04:07:14 -0500

Index: emacs/lisp/gnus/gnus-art.el
diff -c emacs/lisp/gnus/gnus-art.el:1.47.4.6 
emacs/lisp/gnus/gnus-art.el:1.47.4.7
*** emacs/lisp/gnus/gnus-art.el:1.47.4.6        Fri Oct 22 10:13:32 2004
--- emacs/lisp/gnus/gnus-art.el Thu Nov  4 08:55:29 2004
***************
*** 318,323 ****
--- 318,324 ----
                   (symbol :tag "Item in `gnus-article-banner-alist'" none)
                   regexp
                   (const :tag "None" nil))))
+   :version "21.4"
    :group 'gnus-article-washing)
  
  (defcustom gnus-emphasis-alist
***************
*** 920,925 ****
--- 921,927 ----
    "Remove newlines from within URLs.
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' for details."
+   :version "21.4"
    :group 'gnus-article-treat
    :link '(custom-manual "(gnus)Customizing Articles")
    :type gnus-article-treat-custom)
***************
*** 1124,1129 ****
--- 1126,1132 ----
    "Unfold folded header lines.
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' for details."
+   :version "21.4"
    :group 'gnus-article-treat
    :link '(custom-manual "(gnus)Customizing Articles")
    :type gnus-article-treat-custom)
***************
*** 1238,1243 ****
--- 1241,1247 ----
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' and Info node
  `(gnus)Picons' for details."
+   :version "21.4"
    :group 'gnus-article-treat
    :group 'gnus-picon
    :link '(custom-manual "(gnus)Customizing Articles")
***************
*** 1253,1258 ****
--- 1257,1263 ----
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' and Info node
  `(gnus)Picons' for details."
+   :version "21.4"
    :group 'gnus-article-treat
    :group 'gnus-picon
    :link '(custom-manual "(gnus)Customizing Articles")
***************
*** 1338,1343 ****
--- 1343,1349 ----
  To automatically treat X-PGP-Sig, set it to head.
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' for details."
+   :version "21.4"
    :group 'gnus-article-treat
    :group 'mime-security
    :link '(custom-manual "(gnus)Customizing Articles")
***************
*** 5645,5651 ****
    "Start editing the contents of the current article buffer."
    (let ((winconf (current-window-configuration)))
      (set-buffer gnus-article-buffer)
!     (gnus-article-edit-mode)
      (funcall start-func)
      (set-buffer-modified-p nil)
      (gnus-configure-windows 'edit-article)
--- 5651,5660 ----
    "Start editing the contents of the current article buffer."
    (let ((winconf (current-window-configuration)))
      (set-buffer gnus-article-buffer)
!     (let ((message-auto-save-directory
!          ;; Don't associate the article buffer with a draft file.
!          nil))
!       (gnus-article-edit-mode))
      (funcall start-func)
      (set-buffer-modified-p nil)
      (gnus-configure-windows 'edit-article)




reply via email to

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