branch: externals/org-mem
commit 02d96186c8f0059af07e6823e759997263e30bd5
Author: Martin Edström <[email protected]>
Commit: Martin Edström <[email protected]>

    Rename org-mem-list-db-contents -> org-mem-list-db
---
 org-mem-list.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/org-mem-list.el b/org-mem-list.el
index 0e7702f477..bfb003bb83 100644
--- a/org-mem-list.el
+++ b/org-mem-list.el
@@ -178,9 +178,11 @@ To automatically warn, set 
`org-mem-do-warn-title-collisions'."
                                  (cons (org-mem-entry-file entry)
                                        (org-mem-link-pos link))))))))))
 
-;; TODO: Maybe generalize: track a list of open DBs and explore any of them
 ;;;###autoload
-(defun org-mem-list-db-contents (&optional db)
+(defalias 'org-mem-list-db-contents 'org-mem-list-db)
+
+;;;###autoload
+(defun org-mem-list-db (&optional db)
   "Explore contents of currently used SQLite DB.
 
 With optional argument DB, explore that database connection

Reply via email to