comparison lisp/bindings.el @ 25629:ddc2a0543928

(debug-ignored-errors): Restore BBDB stuff.
author Dave Love <fx@gnu.org>
date Fri, 10 Sep 1999 17:54:30 +0000
parents 422a19bbd516
children a39db912a76f
comparison
equal deleted inserted replaced
25628:98e238950125 25629:ddc2a0543928
400 "^Buffer .* doesn't exist$" 400 "^Buffer .* doesn't exist$"
401 "^There is no file to merge$" 401 "^There is no file to merge$"
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)
409 413
410 ;; We have base64 functions built in now. 414 ;; We have base64 functions built in now.