emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102366: Remove autoload for org-capt


From: Carsten Dominik
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102366: Remove autoload for org-capture-templates
Date: Fri, 12 Nov 2010 16:34:06 -0600
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102366
committer: Carsten Dominik <address@hidden>
branch nick: trunk
timestamp: Fri 2010-11-12 16:34:06 -0600
message:
  Remove autoload for org-capture-templates
modified:
  lisp/org/ChangeLog
  lisp/org/org-capture.el
=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2010-11-12 04:36:34 +0000
+++ b/lisp/org/ChangeLog        2010-11-12 22:34:06 +0000
@@ -1,5 +1,8 @@
 2010-11-12  Carsten Dominik  <address@hidden>
 
+       * 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  <address@hidden>

=== modified file 'lisp/org/org-capture.el'
--- a/lisp/org/org-capture.el   2010-11-12 04:10:19 +0000
+++ b/lisp/org/org-capture.el   2010-11-12 22:34:06 +0000
@@ -76,7 +76,6 @@
   :tag "Org Capture"
   :group 'org)
 
-;;;###autoload
 (defcustom org-capture-templates nil
   "Templates for the creation of new entries.
 


reply via email to

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