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/deuglify.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/deuglify.el
Date: Tue, 07 Dec 2004 17:12:27 -0500

Index: emacs/lisp/gnus/deuglify.el
diff -c emacs/lisp/gnus/deuglify.el:1.4 emacs/lisp/gnus/deuglify.el:1.5
*** emacs/lisp/gnus/deuglify.el:1.4     Mon Nov  1 23:06:36 2004
--- emacs/lisp/gnus/deuglify.el Tue Dec  7 21:56:40 2004
***************
*** 1,6 ****
  ;;; deuglify.el --- deuglify broken Outlook (Express) articles
  
! ;; Copyright (C) 2002, 2003 Free Software Foundation, Inc.
  ;; Copyright (C) 2001, 2002 Raymond Scholz
  
  ;; Author: Raymond Scholz <address@hidden>
--- 1,6 ----
  ;;; deuglify.el --- deuglify broken Outlook (Express) articles
  
! ;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
  ;; Copyright (C) 2001, 2002 Raymond Scholz
  
  ;; Author: Raymond Scholz <address@hidden>
***************
*** 257,263 ****
    "Characters that inhibit unwrapping if they are the last one on the cited 
line above the possible wrapped line."
    :version "21.4"
    :type '(radio (const :format "None  " nil)
!               (string :size 0 :value ".?!"))
    :group 'gnus-outlook-deuglify)
  
  (defcustom gnus-outlook-deuglify-no-wrap-chars "`"
--- 257,263 ----
    "Characters that inhibit unwrapping if they are the last one on the cited 
line above the possible wrapped line."
    :version "21.4"
    :type '(radio (const :format "None  " nil)
!               (string :value ".?!"))
    :group 'gnus-outlook-deuglify)
  
  (defcustom gnus-outlook-deuglify-no-wrap-chars "`"




reply via email to

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