Open feibaliang opened 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?
It's not an error. You have to write (require 'cl) before (require 'rsense).
Maybe it's a documentation error?
"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?