m2ym / rsense

225 stars 11 forks source link

one small error in rsense.el #6

Open feibaliang opened 12 years ago

feibaliang commented 12 years ago

"Debugger entered--Lisp error: (void-function defun) (defun rsense-buffer-command ) "this is what i see when i start emaces with debugger-ini i guess it should be (defun rsense-buffer-command) ,am i right?

DanielDorado commented 11 years ago

It's not an error. You have to write (require 'cl) before (require 'rsense).

Maybe it's a documentation error?