diff options
| author | 0xhenrique <[email protected]> | 2025-05-30 21:58:51 +0100 |
|---|---|---|
| committer | 0xhenrique <[email protected]> | 2025-05-30 21:58:51 +0100 |
| commit | 4818d95c0931dab29de4c7c378b34a67147b3332 (patch) | |
| tree | fa51abaa6b8b87fd19e2fc08a9248adce8607e9d /esb.el | |
| parent | 9943018c2e5d015997bf7adcaffd5d8f22e851c0 (diff) | |
remove unused
Diffstat (limited to 'esb.el')
| -rw-r--r-- | esb.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -148,8 +148,7 @@ (defun esb-edit-bookmark () "Edit description of an existing bookmark." (interactive) - (let* ((bookmarks (esb--get-bookmarks)) - (urls (esb--bookmark-urls))) + (let* ((urls (esb--bookmark-urls))) (if (null urls) (message "No bookmarks found") (let* ((selected-url (completing-read "Edit bookmark: " urls nil t)) |
