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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/deuglify.el [lexbind]
Date: Wed, 08 Dec 2004 19:40:05 -0500

Index: emacs/lisp/gnus/deuglify.el
diff -c emacs/lisp/gnus/deuglify.el:1.2.4.3 emacs/lisp/gnus/deuglify.el:1.2.4.4
*** emacs/lisp/gnus/deuglify.el:1.2.4.3 Thu Nov  4 13:12:21 2004
--- emacs/lisp/gnus/deuglify.el Wed Dec  8 23:36:34 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]