projects
/
org-mode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ec623af
)
contrib/lisp/org-contacts.el: Delete trailing whitespaces
author
Bastien Guerry
<bzg@altern.org>
Wed, 13 Feb 2013 17:28:26 +0000 (18:28 +0100)
committer
Bastien Guerry
<bzg@altern.org>
Wed, 13 Feb 2013 17:28:26 +0000 (18:28 +0100)
contrib/lisp/org-contacts.el
patch
|
blob
|
history
diff --git
a/contrib/lisp/org-contacts.el
b/contrib/lisp/org-contacts.el
index
f23d938
..
49bf489
100644
(file)
--- a/
contrib/lisp/org-contacts.el
+++ b/
contrib/lisp/org-contacts.el
@@
-253,11
+253,11
@@
This function returns a list whose contains:
(len2 (length s2))
(start2 (or start2 0))
(end2 (or end2 len2))
-
+
(new-start (car (org-contacts-compare-strings
(substring (org-reverse-string s1) (- len1 start1)) nil nil
(substring (org-reverse-string s2) (- len2 start2)) nil nil)))
-
+
(new-end (+ end1 (car (org-contacts-compare-strings
(substring s1 end1) nil nil
(substring s2 end2) nil nil)))))