Browse Source

Merge branch 'maint'

Nicolas Goaziou 7 years ago
parent
commit
dd757f14f0
2 changed files with 7 additions and 3 deletions
  1. 1 3
      lisp/org-capture.el
  2. 6 0
      lisp/org-compat.el

+ 1 - 3
lisp/org-capture.el

@@ -1923,9 +1923,7 @@ Assume sexps have been marked with
 		       (if jump-to-captured '(:jump-to-captured t)))))
 		       (if jump-to-captured '(:jump-to-captured t)))))
 
 
 	   org-remember-templates))))
 	   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)
 (provide 'org-capture)
 
 

+ 6 - 0
lisp/org-compat.el

@@ -375,6 +375,12 @@ use of this function is for the stuck project list."
 (define-obsolete-variable-alias 'org-texinfo-def-table-markup
 (define-obsolete-variable-alias 'org-texinfo-def-table-markup
   'org-texinfo-table-default-markup "Org 9.1")
   'org-texinfo-table-default-markup "Org 9.1")
 
 
+;;; 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")
+
 
 
 ;;;; Obsolete link types
 ;;;; Obsolete link types