changeset 25629:ddc2a0543928

(debug-ignored-errors): Restore BBDB stuff.
author Dave Love <fx@gnu.org>
date Fri, 10 Sep 1999 17:54:30 +0000
parents 98e238950125
children 4feb8ce584a5
files lisp/bindings.el
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/bindings.el	Fri Sep 10 16:19:34 1999 +0000
+++ b/lisp/bindings.el	Fri Sep 10 17:54:30 1999 +0000
@@ -402,7 +402,11 @@
 	"^Version control package .*.el not found. Use vc.el instead$"
 	
 	;; cus-edit
-	"^No user options have changed defaults in recent Emacs versions$"))
+	"^No user options have changed defaults in recent Emacs versions$"
+
+	;; BBDB
+	"^no previous record$"
+	"^no next record$"))
 
 
 (make-variable-buffer-local 'indent-tabs-mode)