branch: master
commit 730d2fe311363fadfe3af1b3f1cfbbbec5cf5790
Merge: ce70044 3db1ea7
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>
Merge commit '3db1ea76a02993663d40e90c58da989212b9e81a' into gnorb-1.0.1
---
packages/gnorb/gnorb-bbdb.el | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/packages/gnorb/gnorb-bbdb.el b/packages/gnorb/gnorb-bbdb.el
index 66be793..4d32e20 100644
--- a/packages/gnorb/gnorb-bbdb.el
+++ b/packages/gnorb/gnorb-bbdb.el
@@ -397,13 +397,13 @@ both, use \"C-u\" before the \"*\"."
(delete-dups
(cl-mapcan (lambda (r)
(bbdb-record-xfield-split r gnorb-bbdb-org-tag-field))
- records)))
- "|")))
+ records))
+ "|")))
(if tag-string
;; C-u = all headings, not just todos
(org-tags-view (not (equal current-prefix-arg '(4)))
tag-string)
- (error "No org-tags field present")))
+ (error "No org-tags field present"))))
;;;###autoload
(defun gnorb-bbdb-mail-search (records)