branch: externals/blist commit a0b9bc4eb56535d620762c391711bad5b847d81b Author: JSDurand <mmem...@gmail.com> Commit: JSDurand <mmem...@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))