]> err.no Git - eweouz/commitdiff
Fix syntax error
authorTollef Fog Heen <tfheen@err.no>
Fri, 1 Aug 2008 11:05:50 +0000 (13:05 +0200)
committerTollef Fog Heen <tfheen@err.no>
Fri, 1 Aug 2008 11:05:50 +0000 (13:05 +0200)
lisp/eweouz.el

index 216f5696218c50e4501cc0159920db8f9523d1bc..5b1d1aedd3e0de0a73933f37fc779b9d2ad3fa77 100644 (file)
     (message (format "%d" (length match-recs)))
     (cond ((= 0 (length match-recs))
           (message "No matching records"))
-         ((= 1 (length match-recs)
+         ((= 1 (length match-recs))
          ; Just one match; insert it
           (progn
             (delete-region beg end)
-            (insert (vcard-format-sample-get-name (car match-recs))))))
+            (insert (vcard-format-sample-get-name (car match-recs)))))
          ((< 1 (length match-recs))
           ;; For now, just display the records and leave the user to
           ;; complete