summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ecay <aaronecay@gmail.com>2016-09-03 02:11:18 +0100
committerAaron Ecay <aaronecay@gmail.com>2016-09-03 02:11:18 +0100
commitf7c01f217b2776c3bf8b978b2492ee06be83c6a3 (patch)
tree37a4ae36030f8e7a445e826888c9b8c49f1c5d0b
parent1c18efb6152c9faeec381ca9de456fcdd4a519be (diff)
downloadorg-mode-f7c01f217b2776c3bf8b978b2492ee06be83c6a3.tar.gz
Add obsolescence warning
* lisp/org-capture.el (org-capture-import-remember-templates): Add obsolescence warning.
-rw-r--r--lisp/org-capture.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index 70111f9..a89d171 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -1893,6 +1893,9 @@ Assume sexps have been marked with
(if jump-to-captured '(:jump-to-captured t)))))
org-remember-templates))))
+;;; The function was made obsolete by commit 65399674d5 of
+;;; 2013-02-22. This make-obsolete call was added 2016-09-01.
+(make-obsolete 'org-capture-import-remember-templates "use the `org-capture-templates' variable instead." "Org 9.0")
(provide 'org-capture)