[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/blist a0b9bc4eb5 18/31: * blist.el (blist-relocate): Fi
From: |
ELPA Syncer |
Subject: |
[elpa] externals/blist a0b9bc4eb5 18/31: * blist.el (blist-relocate): Fix a bug caused by a typo. |
Date: |
Tue, 28 Dec 2021 16:57:38 -0500 (EST) |
branch: externals/blist
commit a0b9bc4eb56535d620762c391711bad5b847d81b
Author: JSDurand <mmemmew@gmail.com>
Commit: JSDurand <mmemmew@gmail.com>
* blist.el (blist-relocate): Fix a bug caused by a typo.
---
blist.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/blist.el b/blist.el
index 6fc2baa6a9..4925ec5ead 100644
--- a/blist.el
+++ b/blist.el
@@ -821,7 +821,7 @@ Otherwise, if point is at a bookmark, relocate that
bookmark."
prompt (file-name-directory file-or-location)
file-or-location)))))
(cond
- (file-name (bookmark-set-filename boomark new-location))
+ (file-name (bookmark-set-filename bookmark new-location))
(location (bookmark-prop-set bookmark 'location new-location)))
(setq bookmark-alist-modification-count
(1+ bookmark-alist-modification-count))
- [elpa] branch externals/blist created (now e7d56657eb), ELPA Syncer, 2021/12/28
- [elpa] externals/blist 97a8b93b12 01/31: initial working version, ELPA Syncer, 2021/12/28
- [elpa] externals/blist 896e5568f8 04/31: More features, ELPA Syncer, 2021/12/28
- [elpa] externals/blist a4c0a7626f 07/31: fix defcustom problem, ELPA Syncer, 2021/12/28
- [elpa] externals/blist fa54e09b57 03/31: More features, ELPA Syncer, 2021/12/28
- [elpa] externals/blist a24f9d6d35 06/31: fix `blist-select', ELPA Syncer, 2021/12/28
- [elpa] externals/blist a0b9bc4eb5 18/31: * blist.el (blist-relocate): Fix a bug caused by a typo.,
ELPA Syncer <=
- [elpa] externals/blist 950a214456 28/31: New option: blist-use-header-p, ELPA Syncer, 2021/12/28
- [elpa] externals/blist 4a5eb414f7 27/31: Fix errors and byte-compile, ELPA Syncer, 2021/12/28
- [elpa] externals/blist db67745821 13/31: Fix some README issues, ELPA Syncer, 2021/12/28
- [elpa] externals/blist c868a2d8b3 24/31: * blist.el (blist-all-bookmarks): refactor, ELPA Syncer, 2021/12/28
- [elpa] externals/blist eddd17ce4d 14/31: try to fix image, ELPA Syncer, 2021/12/28
- [elpa] externals/blist 4a4d94c09d 20/31: blist.el: QoL refinements, ELPA Syncer, 2021/12/28
- [elpa] externals/blist c2f4bc47d4 25/31: fix previous bugs caused by invisibility, ELPA Syncer, 2021/12/28
- [elpa] externals/blist f1b556af33 12/31: Add README, ELPA Syncer, 2021/12/28
- [elpa] externals/blist 48510bdefa 05/31: preserve the original point in building the list, ELPA Syncer, 2021/12/28
- [elpa] externals/blist 41735b2a03 08/31: Make `blist-list-bookmarks' interactive, ELPA Syncer, 2021/12/28