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 04:51:56 -0500

Index: emacs/lisp/mh-e/mh-e.el
diff -c emacs/lisp/mh-e/mh-e.el:1.16 emacs/lisp/mh-e/mh-e.el:1.17
*** emacs/lisp/mh-e/mh-e.el:1.16        Fri Mar 25 08:21:31 2005
--- emacs/lisp/mh-e/mh-e.el     Fri Mar 25 09:51:55 2005
***************
*** 1526,1532 ****
  ways.
  
  If you provide the prefix argument (\\[universal-argument]) to these commands,
! then you will be prompted for the message range. This can be any legal MH
  range which can include messages, sequences, and the abbreviations (described
  in the mh(1) man page):
  
--- 1526,1532 ----
  ways.
  
  If you provide the prefix argument (\\[universal-argument]) to these commands,
! then you will be prompted for the message range. This can be any valid MH
  range which can include messages, sequences, and the abbreviations (described
  in the mh(1) man page):
  
***************
*** 2146,2152 ****
  (defun mh-greaterp (msg1 msg2)
    "Return the greater of two message indicators MSG1 and MSG2.
  Strings are \"smaller\" than numbers.
! Legal values are things like \"cur\", \"last\", 1, and 1820."
    (if (numberp msg1)
        (if (numberp msg2)
            (> msg1 msg2)
--- 2146,2152 ----
  (defun mh-greaterp (msg1 msg2)
    "Return the greater of two message indicators MSG1 and MSG2.
  Strings are \"smaller\" than numbers.
! Valid values are things like \"cur\", \"last\", 1, and 1820."
    (if (numberp msg1)
        (if (numberp msg2)
            (> msg1 msg2)
***************
*** 2158,2164 ****
  (defun mh-lessp (msg1 msg2)
    "Return the lesser of two message indicators MSG1 and MSG2.
  Strings are \"smaller\" than numbers.
! Legal values are things like \"cur\", \"last\", 1, and 1820."
    (not (mh-greaterp msg1 msg2)))
  
  
--- 2158,2164 ----
  (defun mh-lessp (msg1 msg2)
    "Return the lesser of two message indicators MSG1 and MSG2.
  Strings are \"smaller\" than numbers.
! Valid values are things like \"cur\", \"last\", 1, and 1820."
    (not (mh-greaterp msg1 msg2)))
  
  




reply via email to

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