/[emacs]/emacs/lisp/mh-e/mh-e.el
ViewVC logotype

Diff of /emacs/lisp/mh-e/mh-e.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by wl, Fri Mar 25 08:21:31 2005 UTC revision 1.17 by wl, Fri Mar 25 09:51:55 2005 UTC
# Line 1526  Many commands that operate on individual Line 1526  Many commands that operate on individual
1526  ways.  ways.
1527    
1528  If you provide the prefix argument (\\[universal-argument]) to these commands,  If you provide the prefix argument (\\[universal-argument]) to these commands,
1529  then you will be prompted for the message range. This can be any legal MH  then you will be prompted for the message range. This can be any valid MH
1530  range which can include messages, sequences, and the abbreviations (described  range which can include messages, sequences, and the abbreviations (described
1531  in the mh(1) man page):  in the mh(1) man page):
1532    
# Line 2146  to avoid exceeding system command line a Line 2146  to avoid exceeding system command line a
2146  (defun mh-greaterp (msg1 msg2)  (defun mh-greaterp (msg1 msg2)
2147    "Return the greater of two message indicators MSG1 and MSG2.    "Return the greater of two message indicators MSG1 and MSG2.
2148  Strings are \"smaller\" than numbers.  Strings are \"smaller\" than numbers.
2149  Legal values are things like \"cur\", \"last\", 1, and 1820."  Valid values are things like \"cur\", \"last\", 1, and 1820."
2150    (if (numberp msg1)    (if (numberp msg1)
2151        (if (numberp msg2)        (if (numberp msg2)
2152            (> msg1 msg2)            (> msg1 msg2)
# Line 2158  Legal values are things like \"cur\", \" Line 2158  Legal values are things like \"cur\", \"
2158  (defun mh-lessp (msg1 msg2)  (defun mh-lessp (msg1 msg2)
2159    "Return the lesser of two message indicators MSG1 and MSG2.    "Return the lesser of two message indicators MSG1 and MSG2.
2160  Strings are \"smaller\" than numbers.  Strings are \"smaller\" than numbers.
2161  Legal values are things like \"cur\", \"last\", 1, and 1820."  Valid values are things like \"cur\", \"last\", 1, and 1820."
2162    (not (mh-greaterp msg1 msg2)))    (not (mh-greaterp msg1 msg2)))
2163    
2164    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26