branch: elpa/git-commit commit adf5848ea787401b09aa37b134aacaaaae3007f7 Author: Stefan Kangas <ste...@marxist.se> Commit: Stefan Kangas <ste...@marxist.se>
Support bookmark-handler-type for Magit bookmarks From etc/NEWS in emacs.git: *** 'list-bookmarks' now includes a type column. Types are registered via a 'bookmark-handler-type' symbol property on the jumping function. --- lisp/magit-mode.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/magit-mode.el b/lisp/magit-mode.el index 213c616816..c6b0910f7e 100644 --- a/lisp/magit-mode.el +++ b/lisp/magit-mode.el @@ -1540,6 +1540,8 @@ with the variables' values as arguments, which were recorded by (funcall bmkp-jump-display-function (current-buffer))) nil)) +(put 'magit--handle-bookmark 'bookmark-handler-type "Magit") + (cl-defgeneric magit-bookmark-name () "Return name for bookmark to current buffer." (format "%s%s"