From: Francois Fleuret Date: Wed, 21 Dec 2016 08:40:03 +0000 (+0100) Subject: Update. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=commitdiff_plain;h=b3cb2062f306f60c169589500ce92a5b60ff6791 Update. --- 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")