# HG changeset patch # User Dave Love # Date 936986070 0 # Node ID ddc2a0543928ef84557cb24b676a3e082551196f # Parent 98e238950125c5e2326e49d33546ac696d3a9a67 (debug-ignored-errors): Restore BBDB stuff. diff -r 98e238950125 -r ddc2a0543928 lisp/bindings.el --- 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)