diff lisp/bindings.el @ 93398:f0a6d04b8dff

(debug-ignored-errors): Change "^End of history; no next item$" to "^End of defaults; no next item$".
author Juri Linkov <juri@jurta.org>
date Sat, 29 Mar 2008 22:56:35 +0000
parents 3f711cd30ffa
children 13111c679e71
line wrap: on
line diff
--- a/lisp/bindings.el	Sat Mar 29 22:56:17 2008 +0000
+++ b/lisp/bindings.el	Sat Mar 29 22:56:35 2008 +0000
@@ -650,7 +650,7 @@
 	"^No later matching history item$"
 	"^No earlier matching history item$"
 	"^End of history; no default available$"
-	"^End of history; no next item$"
+	"^End of defaults; no next item$"
 	"^Beginning of history; no preceding item$"
 	"^No recursive edit is in progress$"
 	"^Changes to be undone are outside visible portion of buffer$"