ljos / sparql-mode

A SPARQL mode for emacs
GNU General Public License v3.0
62 stars 23 forks source link

Fix wrong argument passing #44

Closed syohex closed 9 years ago

syohex commented 9 years ago

A major mode sparql-result-mode does not take any arguments.

You can get following error by M-: (sparql-mode t).

Debugger entered--Lisp error: (wrong-number-of-arguments (lambda nil "Major mode $
\\{sparql-mode-map} 
ljos commented 9 years ago

Indeed, thanks again!