From eaf20ca47c26e8a2c0dab6530be4ffe5e99e8c39 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Tue, 14 Nov 2017 21:26:47 -0500 Subject: [PATCH] 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 d10994a0458..792ba5274d6 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)) -- 2.39.5