projects
/
elisp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fd5d8a
)
Update.
author
Francois Fleuret
<francois@fleuret.org>
Wed, 21 Dec 2016 08:40:03 +0000
(09:40 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Wed, 21 Dec 2016 08:40:03 +0000
(09:40 +0100)
emacs.el
patch
|
blob
|
history
diff --git
a/emacs.el
b/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")