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

    Fix alias for denote-sort-dired
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index ca4a1b8e7b..5a0c780f21 100644
--- a/denote.el
+++ b/denote.el
@@ -1767,7 +1767,7 @@ When called from Lisp, the arguments are a string, a 
symbol among
           (message denote-sort-dired-buffer-name))
       (message "No matching files for: %s" files-matching-regexp))))
 
-(defalias 'denote-sort-dired 'denote-dired
+(defalias 'denote-dired 'denote-sort-dired
   "Alias for `denote-sort-dired' command.")
 
 ;;;; Keywords

Reply via email to