diff lisp/net/eudc-export.el @ 42570:78a4068d960a

Remove unnecessary whitespaces.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 06 Jan 2002 15:08:06 +0000
parents 7a94f1c588c4
children fcac9cd201ad
line wrap: on
line diff
--- a/lisp/net/eudc-export.el	Sun Jan 06 15:06:14 2002 +0000
+++ b/lisp/net/eudc-export.el	Sun Jan 06 15:08:06 2002 +0000
@@ -44,7 +44,7 @@
 If SILENT is non-nil then the created BBDB record is not displayed."
   ;; This function runs in a special context where lisp symbols corresponding
   ;; to field names in record are bound to the corresponding values
-  (eval 
+  (eval
    `(let* (,@(mapcar '(lambda (c)
 			(list (car c) (if (listp (cdr c))
 					  (list 'quote (cdr c))
@@ -86,8 +86,8 @@
 					      (cons (car mapping) value))))
 				       conversion-alist)))
       (setq bbdb-notes (delq nil bbdb-notes))
-      (setq bbdb-record (bbdb-create-internal bbdb-name 
-					      bbdb-company 
+      (setq bbdb-record (bbdb-create-internal bbdb-name
+					      bbdb-company
 					      bbdb-net
 					      bbdb-address
 					      bbdb-phones
@@ -98,7 +98,7 @@
 (defun eudc-parse-spec (spec record recurse)
   "Parse the conversion SPEC using RECORD.
 If RECURSE is non-nil then SPEC may be a list of atomic specs."
-  (cond 
+  (cond
    ((or (stringp spec)
 	(symbolp spec)
 	(and (listp spec)
@@ -149,7 +149,7 @@
 	      zip (string-to-number (match-string 1 last1))))
        (t
 	(error "Cannot parse the address"))))
-    (vector location 
+    (vector location
 	    (or (nth 0 addr-components) "")
 	    (or (nth 1 addr-components) "")
 	    (or (nth 2 addr-components) "")
@@ -162,7 +162,7 @@
 PHONE is either a string supposedly containing a phone number or
 a list of such strings which are concatenated.
 LOCATION is used as the phone location for BBDB."
-  (cond 
+  (cond
    ((stringp phone)
     (let (phone-list)
       (condition-case err
@@ -180,7 +180,7 @@
     (vector location (mapconcat 'identity phone ", ")))
    (t
     (error "Invalid phone specification"))))
-      
+
 (defun eudc-batch-export-records-to-bbdb ()
   "Insert all the records returned by a directory query into BBDB."
   (interactive)