branch: elpa/markdown-mode commit 11bac530de134494ca4e92783ab2d24f3ce74342 Author: Joe Reinhart <joseph.reinh...@gmail.com> Commit: Joe Reinhart <joseph.reinh...@gmail.com>
Update versions of obsoleted functions --- markdown-mode.el | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/markdown-mode.el b/markdown-mode.el index 028aa4f9cc..a0abf6776d 100644 --- a/markdown-mode.el +++ b/markdown-mode.el @@ -278,15 +278,15 @@ This is the default search behavior of Ikiwiki." (make-obsolete-variable 'markdown-wiki-link-search-subdirectories 'markdown-wiki-link-search-type "2.5") (make-obsolete-variable 'markdown-wiki-link-search-parent-directories 'markdown-wiki-link-search-type "2.5") -(make-obsolete 'markdown-match-wiki-link nil "2.3") -(make-obsolete 'markdown-highlight-wiki-link nil "2.3") -(make-obsolete 'markdown-unfontify-region-wiki-links nil "2.3") -(make-obsolete 'markdown-fontify-region-wiki-links nil "2.3") -(make-obsolete 'markdown-extend-changed-region nil "2.3") -(make-obsolete 'markdown-check-change-for-wiki-link nil "2.3") -(make-obsolete 'markdown-check-change-for-wiki-link-after-change nil "2.3") -(make-obsolete 'markdown-fontify-buffer-wiki-links nil "2.3") -(make-obsolete 'markdown-setup-wiki-link-hooks nil "2.3") +(make-obsolete 'markdown-match-wiki-link nil "2.8") +(make-obsolete 'markdown-highlight-wiki-link nil "2.8") +(make-obsolete 'markdown-unfontify-region-wiki-links nil "2.8") +(make-obsolete 'markdown-fontify-region-wiki-links nil "2.8") +(make-obsolete 'markdown-extend-changed-region nil "2.8") +(make-obsolete 'markdown-check-change-for-wiki-link nil "2.8") +(make-obsolete 'markdown-check-change-for-wiki-link-after-change nil "2.8") +(make-obsolete 'markdown-fontify-buffer-wiki-links nil "2.8") +(make-obsolete 'markdown-setup-wiki-link-hooks nil "2.8") (defcustom markdown-wiki-link-fontify-missing nil "When non-nil, change wiki link face according to existence of target files.