# HG changeset patch # User Juri Linkov # Date 1206831395 0 # Node ID f0a6d04b8dffaf3ea3b19fc92783452dc319d75a # Parent b532cf17d6ad35b307a98cc405411be41aba24a4 (debug-ignored-errors): Change "^End of history; no next item$" to "^End of defaults; no next item$". diff -r b532cf17d6ad -r f0a6d04b8dff lisp/bindings.el --- 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$"