emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ebdb-gnorb 461a6b3 4/5: Add autoload cookie to gnorb-eb


From: Stefan Monnier
Subject: [elpa] externals/ebdb-gnorb 461a6b3 4/5: Add autoload cookie to gnorb-ebdb-link defstruct
Date: Tue, 1 Dec 2020 15:41:47 -0500 (EST)

branch: externals/ebdb-gnorb
commit 461a6b35dc9322d1ec59547ad845d26a6c65a698
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Add autoload cookie to gnorb-ebdb-link defstruct
    
    * packages/ebdb-gnorb/ebdb-gnorb.el: I thought autoloading the
      gnorb-ebdb-field-messages class would do the trick, but it still
      barfs when restoring the persistent object, until the file is loaded
      manually. Maybe it's the defstruct that's causing the problem,
      though shouldn't that be called *after* the class instance is
      restored?
---
 ebdb-gnorb.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ebdb-gnorb.el b/ebdb-gnorb.el
index 19abe2c..f210737 100644
--- a/ebdb-gnorb.el
+++ b/ebdb-gnorb.el
@@ -4,7 +4,7 @@
 
 ;; Author: Eric Abrahamsen <eric@ericabrahamsen.net>
 ;; Maintainer: Eric Abrahamsen <eric@ericabrahamsen.net>
-;; Version: 1.0.1
+;; Version: 1.0.2
 ;; Package-Requires: ((gnorb "1.1.0") (ebdb "0.2"))
 
 ;; This program is free software; you can redistribute it and/or modify
@@ -94,6 +94,7 @@ message was received."
   Defaults to org-link."
   :group 'ebdb-gnorb)
 
+;;;###autoload
 (cl-defstruct gnorb-ebdb-link
   subject date group id)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]