changeset 111519:34ac82658297

Remove autoload for org-capture-templates
author Carsten Dominik <carsten.dominik@gmail.com>
date Fri, 12 Nov 2010 16:34:06 -0600
parents adbfcf85c8eb
children 895379d32da9
files lisp/org/ChangeLog lisp/org/org-capture.el
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/org/ChangeLog	Fri Nov 12 09:13:48 2010 -0500
+++ b/lisp/org/ChangeLog	Fri Nov 12 16:34:06 2010 -0600
@@ -1,5 +1,8 @@
 2010-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
 
+	* org-capture.el (org-capture-templates): Remove autoload from
+	defcustom.
+
 	* ob-lisp.el (slime): Don't expect slime to be present.
 
 2010-11-11  Dan Davison  <dandavison7@gmail.com>
--- a/lisp/org/org-capture.el	Fri Nov 12 09:13:48 2010 -0500
+++ b/lisp/org/org-capture.el	Fri Nov 12 16:34:06 2010 -0600
@@ -76,7 +76,6 @@
   :tag "Org Capture"
   :group 'org)
 
-;;;###autoload
 (defcustom org-capture-templates nil
   "Templates for the creation of new entries.