branch: elpa/helm
commit d9ae858fba580a7ecfedb10ad6ef5a88c035091c
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Add no-helm-mx property to new fns
---
 helm-bookmark.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/helm-bookmark.el b/helm-bookmark.el
index e9a9b5e749..e65862ab72 100644
--- a/helm-bookmark.el
+++ b/helm-bookmark.el
@@ -853,11 +853,13 @@ E.g. prepended with *."
      (point) (save-excursion (forward-line 2) (point)))
     (insert (funcall bookmark-edit-annotation-text-func
                      bookmark-annotation-name))))
+(put 'helm-bookmark-edit-annotation 'no-helm-mx t)
 
 (defun helm-bookmark-quit-annotation ()
   "Quit bookmark annotation buffer."
   (interactive)
   (quit-window t))
+(put 'helm-bookmark-quit-annotation 'no-helm-mx t)
 
 (defvar helm-bookmark-annotation-mode-map
   (let ((map (make-sparse-keymap)))

Reply via email to