Mercurial > emacs
changeset 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 | b532cf17d6ad |
children | 31570cd2d566 |
files | lisp/bindings.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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$"