0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 00:32:54 +00:00

org-refile: Fix typo in 94c2c8d92

* lisp/org-refile.el (org-refile): Fix typo in variable name.
This commit is contained in:
Ihor Radchenko 2023-06-30 15:49:57 +03:00
parent a19654583c
commit c33ea8f9e2
No known key found for this signature in database
GPG key ID: 6470762A7DA11D8B

View file

@ -600,7 +600,7 @@ prefix argument (`C-u C-u C-u C-c C-w')."
:last-capture-marker)))
(when bookmark-name
(condition-case err
(bookmark-set bookmark)
(bookmark-set bookmark-name)
(error
(message (format "Bookmark set error: %S" err))))))
(move-marker org-capture-last-stored-marker (point)))