Closed nitingupta910 closed 8 years ago
Same here, could be related to #25 ? I'm using emacs 25.1.50.1
Same here, what I did is add &rest _
to the argument list of line 374 to get rid of the pesky message.
(advice-add 'helm-find-file-or-marked :after
(lambda (&rest _) ;; HACK: Ignore whatever is passed
"Run `projectile-find-file-hook' if using projectile."
(when (and projectile-mode (projectile-project-p))
(run-hooks 'projectile-find-file-hook))))
Using Emacs 25.1.50.1
I'm getting this weird error in Messages when selecting a file after search using projectile with C-c p h.
emacs --version GNU Emacs 26.0.50.2