branch: elpa/vm
commit 21aef8dbd9838af5cea1191fc342ade94eda4890
Merge: de000a10a26 73f20adac40
Author: Mark Diekhans <[email protected]>
Commit: Mark Diekhans <[email protected]>

    Merge branch 'main' into 'main'
    
    fixed missing (but harmless) space
    
    See merge request emacs-vm/vm!54
---
 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."))

Reply via email to