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 | |
| parent | 78835dd0546b7c724e82826b7a0897f9497e6ad4 (diff) | |
| download | emacs-12517c7b716a5ac196c7b1747dffc8b5a6320ae8.tar.gz | |
Remove autoload for org-capture-templates
| -rw-r--r-- | lisp/org/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/org/org-capture.el | 1 |
2 files changed, 3 insertions, 1 deletions
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 <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> 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. |
