diff options
author | Carsten Dominik <carsten.dominik@gmail.com> | 2010-11-12 16:34:06 -0600 |
---|---|---|
committer | Carsten Dominik <carsten.dominik@gmail.com> | 2010-11-12 16:34:06 -0600 |
commit | 12517c7b716a5ac196c7b1747dffc8b5a6320ae8 (patch) | |
tree | c13dac933c3e6932a678d1022331a114d0eec24c /lisp/org/org-capture.el | |
parent | 78835dd0546b7c724e82826b7a0897f9497e6ad4 (diff) | |
download | emacs-12517c7b716a5ac196c7b1747dffc8b5a6320ae8.tar.gz emacs-12517c7b716a5ac196c7b1747dffc8b5a6320ae8.tar.bz2 emacs-12517c7b716a5ac196c7b1747dffc8b5a6320ae8.zip |
Remove autoload for org-capture-templates
Diffstat (limited to 'lisp/org/org-capture.el')
-rw-r--r-- | lisp/org/org-capture.el | 1 |
1 files changed, 0 insertions, 1 deletions
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. |