[COMMIT] Add an omitted comma, Check-Message, test-harness.el.

Aidan Kehoe kehoea at parhasard.net
Thu Sep 16 16:02:46 EDT 2010


The bug this fixes is visible in the buildbot’s logs, because advice.el is
not available there. Thank you for the buildbot, Mats!

APPROVE COMMIT

NOTE: This patch has been committed.

# HG changeset patch
# User Aidan Kehoe <kehoea at parhasard.net>
# Date 1284667217 -3600
# Node ID ecdd1daab44709b5ea768d3e5900406c0bc078ce
# Parent  799742b751c8b146dd4fcb0d6be6be141341693c
Add an omitted comma, Check-Message, test-harness.el.

lisp/ChangeLog addition:

2010-09-16  Aidan Kehoe  <kehoea at parhasard.net>

	* test-harness.el (Check-Message):
	Add an omitted comma here, thank you the buildbot.

diff -r 799742b751c8 -r ecdd1daab447 lisp/ChangeLog
--- a/lisp/ChangeLog	Thu Sep 16 20:34:49 2010 +0100
+++ b/lisp/ChangeLog	Thu Sep 16 21:00:17 2010 +0100
@@ -1,3 +1,8 @@
+2010-09-16  Aidan Kehoe  <kehoea at parhasard.net>
+
+	* test-harness.el (Check-Message):
+	Add an omitted comma here, thank you the buildbot.
+
 2010-09-16  Aidan Kehoe  <kehoea at parhasard.net>
 
 	* hash-table.el (hash-table-key-list, hash-table-value-list)
diff -r 799742b751c8 -r ecdd1daab447 lisp/test-harness.el
--- a/lisp/test-harness.el	Thu Sep 16 20:34:49 2010 +0100
+++ b/lisp/test-harness.el	Thu Sep 16 21:00:17 2010 +0100
@@ -502,7 +502,7 @@
 			       `(quote ,(car body))
 			     `(quote (progn , at body)))))
 	  `(Skip-Test-Unless (fboundp 'defadvice) "can't defadvice"
-	    expected-message-regexp
+	    ,expected-message-regexp
 	    (let ((messages ""))
 	      (defadvice message (around collect activate)
 		(defvar messages)


-- 
“Apart from the nine-banded armadillo, man is the only natural host of
Mycobacterium leprae, although it can be grown in the footpads of mice.”
  -- Kumar & Clark, Clinical Medicine, summarising improbable leprosy research



More information about the XEmacs-Patches mailing list