diff options
author | Dave Love <fx@gnu.org> | 1999-09-10 17:54:30 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-09-10 17:54:30 +0000 |
commit | 065ca374ab34732f968b652153084e2d7f3113f4 (patch) | |
tree | c15dd1cd2b0de2aefb4ae539c9fadb41411dfe87 /lisp | |
parent | fcf431dc3ff9e8cb47135b050fc56a4852e38a28 (diff) | |
download | emacs-065ca374ab34732f968b652153084e2d7f3113f4.tar.gz |
(debug-ignored-errors): Restore BBDB stuff.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/bindings.el | 6 |
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) |