branch: externals/org-contacts
commit 498f7120c392e3e643fadff4f44d4d7723b89e59
Author: stardiviner <numbch...@gmail.com>
Commit: stardiviner <numbch...@gmail.com>

    wrap long line comments
---
 org-contacts.el | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/org-contacts.el b/org-contacts.el
index 215ec4168a..6778c94089 100644
--- a/org-contacts.el
+++ b/org-contacts.el
@@ -1237,12 +1237,10 @@ address."
                 (cond
                  ;; [[file:dir/filename.png]]
                  ((string-match-p "\\[\\[.*\\]\\]" avatar)
-                  ;; FIXME: What if avatar matches the above regexp but the
-                  ;; one below?
+                  ;; FIXME: What if avatar matches the above regexp but the 
one below?
                   (when (string-match link-matcher-regexp avatar)
-                    ;; FIXME: 5 seems to be the length of `file:' but I can't
-                    ;; see anything that guarantees that the submatch 1 starts
-                    ;; with `file:'.
+                    ;; FIXME: 5 seems to be the length of `file:' but I can't 
see anything that
+                    ;; guarantees that the submatch 1 starts with `file:'.
                     (expand-file-name (substring (match-string-no-properties 1 
avatar) 5 nil)
                                       contacts-dir)))
                  ;; "" (empty string)

Reply via email to