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

    Remove now unneeded call to cl-call-next-method in *bookmark
    
    Perhaps it is needed for old emacs 25 or 26 but at least they will
    miss only one action that can be added anyway with helm-set-attr after
    loading helm-bookmark.
---
 helm-bookmark.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/helm-bookmark.el b/helm-bookmark.el
index 10c90ba704..90711ca607 100644
--- a/helm-bookmark.el
+++ b/helm-bookmark.el
@@ -585,7 +585,6 @@ If `browse-url-browser-function' is set to something else 
than
 
 (cl-defmethod helm--setup-source ((source helm-bookmark-find-files-class))
   ;; Ensure `helm-source-in-buffer' method is called.
-  (cl-call-next-method)
   (setf (slot-value source 'action)
         (helm-append-at-nth
          (cl-loop for (name . action) in helm-type-bookmark-actions

Reply via email to