the error is
Warning: ad-Orig-kill-new called with 3 arguments, but accepts only 1-2
I added the code into .emacs following the guide Warning when I revert from desktop session. Emacs
(ad-deactivate 'kill-region)
but after restart emacs, it showed me the error message:
Symbol's function definition is void: ad-deactivate
How can I do to cope with the error: > Warning: ad-Orig-kill-new called with 3 arguments, but accepts only 1-2
thank you for your help