mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 11:57:36 +00:00
(bbdb-parse-phone-number, bbdb-string-trim): Declare as functions.
This commit is contained in:
parent
352d2dea78
commit
5bc5ab6523
1 changed files with 5 additions and 0 deletions
|
|
@ -158,6 +158,11 @@ LOCATION is used as the address location for bbdb."
|
|||
(or state "")
|
||||
zip)))
|
||||
|
||||
;; External.
|
||||
(declare-function bbdb-parse-phone-number "ext:bbdb-com"
|
||||
(string &optional number-type))
|
||||
(declare-function bbdb-string-trim "ext:bbdb" (string))
|
||||
|
||||
(defun eudc-bbdbify-phone (phone location)
|
||||
"Parse PHONE into a vector compatible with BBDB.
|
||||
PHONE is either a string supposedly containing a phone number or
|
||||
|
|
|
|||
Loading…
Reference in a new issue