* gnus-sum.el (gnus-summary-search-article-highlight-matched-text): Replace
authoryamaoka <yamaoka>
Tue, 26 Aug 2003 00:47:21 +0000 (00:47 +0000)
committeryamaoka <yamaoka>
Tue, 26 Aug 2003 00:47:21 +0000 (00:47 +0000)
 `gnus-treat-display-xface' with `gnus-treat-display-x-face'.

ChangeLog
lisp/gnus-sum.el

index ab4fe6a..848bcaf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-sum.el
+       (gnus-summary-search-article-highlight-matched-text): Replace
+       `gnus-treat-display-xface' with `gnus-treat-display-x-face'.
+
 2003-08-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
        * lisp/gnus-namazu.el (gnus-namazu/search): Small modified to
index 0123833..e161584 100644 (file)
@@ -8395,7 +8395,7 @@ If BACKWARD, search backward instead."
                       gnus-treat-highlight-citation
                       gnus-treat-highlight-signature
                       gnus-treat-overstrike
-                      gnus-treat-display-xface
+                      gnus-treat-display-x-face
                       gnus-treat-buttonize-head
                       gnus-treat-decode-article-as-default-mime-charset))
                    (static-if (featurep 'xemacs)
@@ -8403,8 +8403,8 @@ If BACKWARD, search backward instead."
                      (cons '(x-face-mule-delete-x-face-field
                              (quote never))
                            items))))
-                (gnus-treat-display-xface
-                 (when (, x-face) gnus-treat-display-xface)))
+                (gnus-treat-display-x-face
+                 (when (, x-face) gnus-treat-display-x-face)))
             (gnus-article-prepare-mime-display)))
         (goto-char (if (, backward) start end))
         (when (, x-face)