Synch with Oort Gnus.
authoryamaoka <yamaoka>
Wed, 14 Aug 2002 02:42:54 +0000 (02:42 +0000)
committeryamaoka <yamaoka>
Wed, 14 Aug 2002 02:42:54 +0000 (02:42 +0000)
lisp/message.el

index f43369d..42d8616 100644 (file)
@@ -1219,11 +1219,11 @@ candidates:
            `((,(concat "^\\(" (regexp-quote mail-header-separator) "\\)$")
               1 'message-separator-face))
          nil)
-      (,(lambda (limit)
-         (re-search-forward (concat "^\\("
-                                    message-cite-prefix-regexp
-                                    "\\).*")
-                            limit t))
+      ((lambda (limit)
+        (re-search-forward (concat "^\\("
+                                   message-cite-prefix-regexp
+                                   "\\).*")
+                           limit t))
        (0 'message-cited-text-face))
       (,mime-edit-tag-regexp
        (0 'message-mml-face))))