From: Thomas Fitzsimmons Date: Wed, 15 Nov 2017 02:26:47 +0000 (-0500) Subject: EUDC: Fix whitespace in eudc-export.el X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eaf20ca47c26e8a2c0dab6530be4ffe5e99e8c39;p=emacs.git EUDC: Fix whitespace in eudc-export.el * lisp/net/eudc-export.el (bbdb-parse-phone-number): Fix whitespace. --- 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))