aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-09-10 17:54:30 +0000
committerDave Love1999-09-10 17:54:30 +0000
commit065ca374ab34732f968b652153084e2d7f3113f4 (patch)
treec15dd1cd2b0de2aefb4ae539c9fadb41411dfe87
parentfcf431dc3ff9e8cb47135b050fc56a4852e38a28 (diff)
downloademacs-065ca374ab34732f968b652153084e2d7f3113f4.tar.gz
emacs-065ca374ab34732f968b652153084e2d7f3113f4.zip
(debug-ignored-errors): Restore BBDB stuff.
-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.")
402 "^Version control package .*.el not found. Use vc.el instead$" 402 "^Version control package .*.el not found. Use vc.el instead$"
403 403
404 ;; cus-edit 404 ;; cus-edit
405 "^No user options have changed defaults in recent Emacs versions$")) 405 "^No user options have changed defaults in recent Emacs versions$"
406
407 ;; BBDB
408 "^no previous record$"
409 "^no next record$"))
406 410
407 411
408(make-variable-buffer-local 'indent-tabs-mode) 412(make-variable-buffer-local 'indent-tabs-mode)