emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/eudc-bbdb-3 eaf20ca 13/15: EUDC: Fix whitespace in


From: Thomas Fitzsimmons
Subject: [Emacs-diffs] scratch/eudc-bbdb-3 eaf20ca 13/15: EUDC: Fix whitespace in eudc-export.el
Date: Tue, 21 Nov 2017 23:47:52 -0500 (EST)

branch: scratch/eudc-bbdb-3
commit eaf20ca47c26e8a2c0dab6530be4ffe5e99e8c39
Author: Thomas Fitzsimmons <address@hidden>
Commit: Thomas Fitzsimmons <address@hidden>

    EUDC: Fix whitespace in eudc-export.el
    
    * lisp/net/eudc-export.el (bbdb-parse-phone-number): Fix
    whitespace.
---
 lisp/net/eudc-export.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/eudc-export.el b/lisp/net/eudc-export.el
index d10994a..792ba52 100644
--- a/lisp/net/eudc-export.el
+++ b/lisp/net/eudc-export.el
@@ -164,7 +164,7 @@ LOCATION is used as the address location for bbdb."
 
 ;; External.
 (declare-function bbdb-parse-phone-number "ext:bbdb-com"
-                  (string &optional number-type))
+                 (string &optional number-type))
 (declare-function bbdb-parse-phone "ext:bbdb-com" (string &optional style))
 (declare-function bbdb-string-trim "ext:bbdb" (string))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]