diff options
author | Thanos Apollo <[email protected]> | 2023-12-30 09:59:25 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-30 09:59:25 +0200 |
commit | 199e3ec4dabd683e345d0acc9e6a41d38dd4f76d (patch) | |
tree | 907c889b12b87170732220ef3f46aa3a8af13af2 /gnosis.el | |
parent | 37668b2aace2c893a3d0faaf2aada45dcd6abfc3 (diff) |
Rename gnosis-unique-tags -> gnosis-get-tags--unique
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |