Update.
authorFrancois Fleuret <francois@fleuret.org>
Wed, 21 Dec 2016 08:40:03 +0000 (09:40 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Wed, 21 Dec 2016 08:40:03 +0000 (09:40 +0100)
emacs.el

index 2271f58..e21b34f 100644 (file)
--- 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")