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

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

[elpa] externals/ebdb c7d378b 071/350: Autoload eieio-customize-object


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb c7d378b 071/350: Autoload eieio-customize-object
Date: Mon, 14 Aug 2017 11:46:05 -0400 (EDT)

branch: externals/ebdb
commit c7d378b5d67dc3758181a186580e363b071b9c85
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Autoload eieio-customize-object
    
    * ebdb-com.el (ebdb-edit-field): Don't require here.
---
 ebdb-com.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ebdb-com.el b/ebdb-com.el
index 770c460..6434bfc 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -31,7 +31,8 @@
 
 (eval-and-compile
   (autoload 'build-mail-aliases "mailalias")
-  (autoload 'browse-url-url-at-point "browse-url"))
+  (autoload 'browse-url-url-at-point "browse-url")
+  (autoload 'eieio-customize-object "eieio-custom"))
 
 (require 'crm)
 (defvar ebdb-crm-local-completion-map
@@ -1621,7 +1622,6 @@ the record, change the name of the record."
   (interactive
    (list (ebdb-current-record)
         (ebdb-current-field)))
-  (require 'eieio-custom)
   (eieio-customize-object field)
   (setq ebdb-custom-field-record record))
 



reply via email to

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