4hiziri/rocket-chat

(defun info (url)) overwrites the builtin info reader

Closed this issue · 2 comments

The function info in rocket-chat-api.el overwrites the builtin info reader (M-x info or C-h i). Could you prefix the API functions (i.e. with rc-)? Or does this only happen because I manually ran eval-buffer in rocket-chat.api?

I added rcapi to info as prefix and fixed this problem.
Thanks.

Thank you!