From 199e3ec4dabd683e345d0acc9e6a41d38dd4f76d Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 30 Dec 2023 09:59:25 +0200 Subject: Rename gnosis-unique-tags -> gnosis-get-tags--unique --- gnosis.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnosis.el') diff --git a/gnosis.el b/gnosis.el index fef21f2..e66e2ce 100644 --- a/gnosis.el +++ b/gnosis.el @@ -441,7 +441,7 @@ Compare 2 strings, ignoring case and whitespace." (modified-str2 (downcase (replace-regexp-in-string "\\s-" "" str2)))) (string= modified-str1 modified-str2))) -(defun gnosis-unique-tags () +(defun gnosis-get-tags--unique () "Return a list of unique strings for tags in gnosis-db." (cl-loop for tags in (gnosis-select 'tags 'notes) nconc tags into all-tags -- cgit v1.2.3