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

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

[elpa] master 2c44735: Add autoload cookie to gnorb-ebdb-link defstruct


From: Eric Abrahamsen
Subject: [elpa] master 2c44735: Add autoload cookie to gnorb-ebdb-link defstruct
Date: Fri, 18 Aug 2017 16:43:41 -0400 (EDT)

branch: master
commit 2c44735c80570d9efaa2435947e4c98d13cff5c0
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    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?
---
 packages/ebdb-gnorb/ebdb-gnorb.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/packages/ebdb-gnorb/ebdb-gnorb.el 
b/packages/ebdb-gnorb/ebdb-gnorb.el
index 19abe2c..f210737 100644
--- a/packages/ebdb-gnorb/ebdb-gnorb.el
+++ b/packages/ebdb-gnorb/ebdb-gnorb.el
@@ -4,7 +4,7 @@
 
 ;; Author: Eric Abrahamsen <address@hidden>
 ;; Maintainer: Eric Abrahamsen <address@hidden>
-;; 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]