branch: externals/denote-journal
commit d224cb4e0578345a9363a76c304795c19a5836b7
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Remove needless obsolete notice since we switched to a new repo anyway
    
    The prefix of all symbols has changed from denote-journal-extras to
    denote-journal. I now notice that the code I am removing was anyway
    not doing the right thing because of the typo it has with 
"denote-journal-extra".
---
 denote-journal.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/denote-journal.el b/denote-journal.el
index f790c6562f..5c5e96ff0e 100644
--- a/denote-journal.el
+++ b/denote-journal.el
@@ -202,11 +202,6 @@ DATE has the same format as that returned by 
`denote-valid-date-p'."
    (denote-journal--filename-date-regexp date)
    nil nil nil (file-name-as-directory denote-journal-directory)))
 
-(define-obsolete-function-alias
-  'denote-journal-extra-path-to-new-or-existing-entry
-  'denote-journal-path-to-new-or-existing-entry
-  "3.2.0")
-
 ;;;###autoload
 (defun denote-journal-path-to-new-or-existing-entry (&optional date)
   "Return path to existing or new journal file.

Reply via email to