From 12517c7b716a5ac196c7b1747dffc8b5a6320ae8 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 12 Nov 2010 16:34:06 -0600 Subject: [PATCH] Remove autoload for org-capture-templates --- lisp/org/ChangeLog | 3 +++ lisp/org/org-capture.el | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index e1440fabd8b..e3495c9f30f 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -1,5 +1,8 @@ 2010-11-12 Carsten Dominik + * 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 diff --git a/lisp/org/org-capture.el b/lisp/org/org-capture.el index b463d29a389..2abe5c72bf6 100644 --- a/lisp/org/org-capture.el +++ b/lisp/org/org-capture.el @@ -76,7 +76,6 @@ :tag "Org Capture" :group 'org) -;;;###autoload (defcustom org-capture-templates nil "Templates for the creation of new entries. -- 2.39.5