]> git.eshelyaron.com Git - emacs.git/commitdiff
(debug-ignored-errors): Restore BBDB stuff.
authorDave Love <fx@gnu.org>
Fri, 10 Sep 1999 17:54:30 +0000 (17:54 +0000)
committerDave Love <fx@gnu.org>
Fri, 10 Sep 1999 17:54:30 +0000 (17:54 +0000)
lisp/bindings.el

index e27cce781f0f79fb60d01a698ce9de8ad68cc5ff..d25ecfa74b1b6b356da935fc962c7e1ef5873b4b 100644 (file)
@@ -402,7 +402,11 @@ Non-nil means mode line has been made mouse-sensitive.")
        "^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)