Closed ROCKTAKEY closed 6 years ago
ROCKTAKEY notifications@github.com writes:
Runnning
psession-save-all-async
cause error below.Error running timer ‘psession-save-all-async’: (wrong-number-of-arguments (1 . 3) 4)
Maybe, cause of this error is the code below on line 265 in file "psession.el".
async-inject-variables
can accept at most 3 arguments, but inpsession-save-all-async
,async-inject-variables
is called with 4 arguments.
I guess it is because you are using the ELPA version of async which is not up to date, please install async from MELPA.
Thanks.
-- Thierry
I understood. I'm sorry for this unnecessary issue made from my missing update of "async".
Thanks.
ROCKTAKEY notifications@github.com writes:
I'm sorry for this unnecessary issue made from my missing update of "async".
No problems, you are welcome.
-- Thierry
Runnning
psession-save-all-async
cause error below.Maybe, cause of this error is the code below on line 265 in file "psession.el".
async-inject-variables
can accept at most 3 arguments, but inpsession-save-all-async
,async-inject-variables
is called with 4 arguments.