emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/mail/supercite.el


From: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/supercite.el
Date: Fri, 25 Mar 2005 03:38:23 -0500

Index: emacs/lisp/mail/supercite.el
diff -c emacs/lisp/mail/supercite.el:1.39 emacs/lisp/mail/supercite.el:1.40
*** emacs/lisp/mail/supercite.el:1.39   Tue Dec 14 00:53:05 2004
--- emacs/lisp/mail/supercite.el        Fri Mar 25 08:38:22 2005
***************
*** 1,6 ****
  ;;; supercite.el --- minor mode for citing mail and news replies
  
! ;; Copyright (C) 1993, 1997, 2003, 2004 Free Software Foundation, Inc.
  
  ;; Author: 1993 Barry A. Warsaw <address@hidden>
  ;; Maintainer:    FSF
--- 1,6 ----
  ;;; supercite.el --- minor mode for citing mail and news replies
  
! ;; Copyright (C) 1993, 1997, 2003, 2004, 2005 Free Software Foundation, Inc.
  
  ;; Author: 1993 Barry A. Warsaw <address@hidden>
  ;; Maintainer:    FSF
***************
*** 796,802 ****
            nonentry-func '(sc-mail-nuke-header-line)))
       ;; we never get far enough to interpret a frame if s-n-m-h == 'none
       ((eq sc-nuke-mail-headers 'none))
!      (t (error "Illegal value for sc-nuke-mail-headers: %s"
               sc-nuke-mail-headers))
       )                                        ; end-cond
      (append
--- 796,802 ----
            nonentry-func '(sc-mail-nuke-header-line)))
       ;; we never get far enough to interpret a frame if s-n-m-h == 'none
       ((eq sc-nuke-mail-headers 'none))
!      (t (error "Invalid value for sc-nuke-mail-headers: %s"
               sc-nuke-mail-headers))
       )                                        ; end-cond
      (append




reply via email to

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