changeset 5274:ecdd1daab447

Add an omitted comma, Check-Message, test-harness.el. lisp/ChangeLog addition: 2010-09-16 Aidan Kehoe <kehoea@parhasard.net> * test-harness.el (Check-Message): Add an omitted comma here, thank you the buildbot.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 16 Sep 2010 21:00:17 +0100
parents 799742b751c8
children 5a9aa6c40c9b
files lisp/ChangeLog lisp/test-harness.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@parhasard.net>
+
+	* test-harness.el (Check-Message):
+	Add an omitted comma here, thank you the buildbot.
+
 2010-09-16  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* hash-table.el (hash-table-key-list, hash-table-value-list)
--- 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 ,@body)))))
 	  `(Skip-Test-Unless (fboundp 'defadvice) "can't defadvice"
-	    expected-message-regexp
+	    ,expected-message-regexp
 	    (let ((messages ""))
 	      (defadvice message (around collect activate)
 		(defvar messages)