summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-12-30 09:59:25 +0200
committerThanos Apollo <[email protected]>2023-12-30 09:59:25 +0200
commit199e3ec4dabd683e345d0acc9e6a41d38dd4f76d (patch)
tree907c889b12b87170732220ef3f46aa3a8af13af2
parent37668b2aace2c893a3d0faaf2aada45dcd6abfc3 (diff)
Rename gnosis-unique-tags -> gnosis-get-tags--unique
-rw-r--r--gnosis.el2
1 files changed, 1 insertions, 1 deletions
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