summaryrefslogtreecommitdiff
path: root/esb.el
diff options
context:
space:
mode:
Diffstat (limited to 'esb.el')
-rw-r--r--esb.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/esb.el b/esb.el
index 934b191..15b60b5 100644
--- a/esb.el
+++ b/esb.el
@@ -181,7 +181,7 @@
(defun esb--bookmark-exists-p (url)
"Check if bookmark with URL already exists."
- (not (null (esb--find-bookmark-by-url url))))
+ (esb--find-bookmark-by-url url))
(defun esb--get-all-tags ()
"Get all unique tags from bookmarks."