X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=emacs.el;fp=emacs.el;h=e21b34f5926e587ba1233f3195632ca49245f9c1;hb=b3cb2062f306f60c169589500ce92a5b60ff6791;hp=2271f585d24e6536d17dbb634523cd19ba26749d;hpb=0fd5d8a4f454a74b52be3336af7b5d4b252acd0c;p=elisp.git diff --git a/emacs.el b/emacs.el index 2271f58..e21b34f 100644 --- a/emacs.el +++ b/emacs.el @@ -1191,10 +1191,10 @@ goback argument, go back where we were." (setq bbdb-file "~/private/bbdb") -(if (file-exists-p bbdb-file) +(when (file-exists-p bbdb-file) - ;; Failsafe version if we can't load bbdb - (defun ff/explicit-name (email) email) + ;; Failsafe version if we can't load bbdb + (defun ff/explicit-name (email) email) (when (ff/load-or-alert "bbdb")