branch: elpa/vm
commit 41cfb986d723e3d386a6831b01af48dd0ee22fde
Author: Mark Diekhans <[email protected]>
Commit: Mark Diekhans <[email protected]>
fixed missing (but harmless) space
---
lisp/vm-vcard.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/vm-vcard.el b/lisp/vm-vcard.el
index 4a917ab6b13..0acd0e654f6 100644
--- a/lisp/vm-vcard.el
+++ b/lisp/vm-vcard.el
@@ -32,7 +32,7 @@
(require 'vm-mime)
(eval-and-compile
(require 'vm-misc)
- (vm-load-features-silent-when-compiling'(vcard)))
+ (vm-load-features-silent-when-compiling '(vcard)))
(and (boundp 'vcard-api-version) (string-lessp vcard-api-version "2.0")
(error "vm-vcard.el requires vcard API version 2.0 or later."))