emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/mh-e/mh-e.el


From: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/lisp/mh-e/mh-e.el
Date: Fri, 25 Mar 2005 03:21:37 -0500

Index: emacs/lisp/mh-e/mh-e.el
diff -c emacs/lisp/mh-e/mh-e.el:1.15 emacs/lisp/mh-e/mh-e.el:1.16
*** emacs/lisp/mh-e/mh-e.el:1.15        Wed Aug 25 05:57:29 2004
--- emacs/lisp/mh-e/mh-e.el     Fri Mar 25 08:21:31 2005
***************
*** 1,7 ****
  ;;; mh-e.el --- GNU Emacs interface to the MH mail system
  
  ;; Copyright (C) 1985, 86, 87, 88, 90, 92, 93, 94, 95, 97, 1999,
! ;;  2000, 01, 02, 03, 2004 Free Software Foundation, Inc.
  
  ;; Author: Bill Wohler <address@hidden>
  ;; Maintainer: Bill Wohler <address@hidden>
--- 1,7 ----
  ;;; mh-e.el --- GNU Emacs interface to the MH mail system
  
  ;; Copyright (C) 1985, 86, 87, 88, 90, 92, 93, 94, 95, 97, 1999,
! ;;  2000, 01, 02, 03, 2004, 2005 Free Software Foundation, Inc.
  
  ;; Author: Bill Wohler <address@hidden>
  ;; Maintainer: Bill Wohler <address@hidden>
***************
*** 2306,2312 ****
  (defun mh-define-sequence (seq msgs)
    "Define the SEQ to contain the list of MSGS.
  Do not mark pseudo-sequences or empty sequences.
! Signals an error if SEQ is an illegal name."
    (if (and msgs
             (mh-valid-seq-p seq)
             (not (mh-folder-name-p seq)))
--- 2306,2312 ----
  (defun mh-define-sequence (seq msgs)
    "Define the SEQ to contain the list of MSGS.
  Do not mark pseudo-sequences or empty sequences.
! Signals an error if SEQ is an invalid name."
    (if (and msgs
             (mh-valid-seq-p seq)
             (not (mh-folder-name-p seq)))




reply via email to

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