branch: elpa/javelin
commit 2e252559667ebe27485aa990a5ec062f94b67835
Author: Otávio Schwanck dos Santos <[email protected]>
Commit: Otávio Schwanck dos Santos <[email protected]>

    fix harpoon
---
 harpoon.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/harpoon.el b/harpoon.el
index 6b5d85ca67d..1225ca61a6d 100644
--- a/harpoon.el
+++ b/harpoon.el
@@ -87,7 +87,7 @@
 (defun harpoon--has-project ()
   "Get the project name."
   (let ((project-name (harpoon--get-project-name)))
-    (not (or (eq project-name "") (eq project-name "-") (eq project-name 
nil)))))
+    (not (or (string= project-name "") (string= project-name "-") (string= 
project-name nil)))))
 
 (defun harpoon--get-project-name ()
   "Get the harpoon project name."

Reply via email to