emacs-elpa-diffs
[Top][All Lists]
Advanced

[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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]