summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>1999-09-10 17:54:30 +0000
committerDave Love <fx@gnu.org>1999-09-10 17:54:30 +0000
commit065ca374ab34732f968b652153084e2d7f3113f4 (patch)
treec15dd1cd2b0de2aefb4ae539c9fadb41411dfe87 /lisp
parentfcf431dc3ff9e8cb47135b050fc56a4852e38a28 (diff)
downloademacs-065ca374ab34732f968b652153084e2d7f3113f4.tar.gz
(debug-ignored-errors): Restore BBDB stuff.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/bindings.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index e27cce781f0..d25ecfa74b1 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -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)