changeset 97411:9873b6187c96

(mh-pick-regexp-builder): Rename variant mu-mh to gnu-mh and be explicit about GNU mailutils MH in docstrings (with thanks to Darel Henman) (closes SF #1768928).
author Bill Wohler <wohler@newt.com>
date Sun, 10 Aug 2008 23:13:54 +0000
parents 429598e08516
children 9638a9243fb4
files lisp/mh-e/mh-search.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mh-e/mh-search.el	Sun Aug 10 23:13:37 2008 +0000
+++ b/lisp/mh-e/mh-search.el	Sun Aug 10 23:13:54 2008 +0000
@@ -1274,12 +1274,12 @@
       (when (cdr pattern)
         (setq result `(,@result "-and" "-lbrace"
                        ,@(mh-pick-construct-regexp
-                          (if (and (mh-variant-p 'mu-mh) (car pattern))
+                          (if (and (mh-variant-p 'gnu-mh) (car pattern))
                               (format "--pattern=%s" (cdr pattern))
                             (cdr pattern))
                           (if (car pattern)
                               (cond
-                               ((mh-variant-p 'mu-mh)
+                               ((mh-variant-p 'gnu-mh)
                                 (format "--component=%s" (car pattern)))
                                ((member (car pattern) mh-pick-single-dash)
                                 (format "-%s" (car pattern)))