]> git.eshelyaron.com Git - emacs.git/commitdiff
(mh-pick-regexp-builder): Rename variant mu-mh to gnu-mh and be
authorBill Wohler <wohler@newt.com>
Sun, 10 Aug 2008 23:14:09 +0000 (23:14 +0000)
committerBill Wohler <wohler@newt.com>
Sun, 10 Aug 2008 23:14:09 +0000 (23:14 +0000)
explicit about GNU mailutils MH in docstrings (with thanks to Darel
Henman) (closes SF #1768928).

lisp/mh-e/ChangeLog
lisp/mh-e/mh-search.el

index a71e0724a53b6e60d8700fd5f41cdc2a6e61852b..f5568779586bce5db42dfdcffc1f13c05d4766bd 100644 (file)
@@ -1,3 +1,20 @@
+2008-08-11  Bill Wohler  <wohler@newt.com>
+
+       * mh-e.el (mh-variant-mh-info, mh-variant-nmh-info)
+       (mh-variant-set-variant, mh-variant-p, mh-profile-component)
+       (mh-variant-set, mh-variant, mh-scan-format-file): Fix typo in
+       docstring.
+
+       * mh-comp.el (mh-reply)
+       * mh-e.el (mh-sys-path, mh-variant-info,mh-variant-mu-mh-info)
+       (mh-variant-p, mh-profile-component, mh-variant-set, mh-variant)
+       (mh-scan-format-file)
+       * mh-folder.el (mh-regenerate-headers)
+       * mh-scan.el (mh-scan-format)
+       * mh-search.el (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).
+
 2008-08-01  Bill Wohler  <wohler@newt.com>
 
        * mh-show.el (mh-show-preferred-alternative)
index 2750c503f7cd1ddcb85b3682b87ac48e24589cd1..7353357f0b47c555d05160e75da2d5f0825dc785 100644 (file)
@@ -1274,12 +1274,12 @@ is used to search."
       (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)))