Skip to content

Commit

Permalink
Fix docstring and compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Oct 13, 2011
1 parent 395d25a commit d62901d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flymake-jslint.el
Expand Up @@ -10,11 +10,12 @@
;; http://www.emacswiki.org/cgi-bin/wiki/FlymakeJavaScript ;; http://www.emacswiki.org/cgi-bin/wiki/FlymakeJavaScript
;; http://d.hatena.ne.jp/kazu-yamamoto/mobile?date=20071029 ;; http://d.hatena.ne.jp/kazu-yamamoto/mobile?date=20071029
;; ;;
;; Usage: (add-hook 'js-mode-hook flymake-jslint-load) ;; Usage: (add-hook 'js-mode-hook 'flymake-jslint-load)
(require 'flymake) (require 'flymake)


(defgroup flymake-jslint nil (defgroup flymake-jslint nil
"Flymake checking of Javascript using jslint" "Flymake checking of Javascript using jslint"
:group 'programming
:prefix "flymake-jslint-") :prefix "flymake-jslint-")


;;;###autoload ;;;###autoload
Expand Down

0 comments on commit d62901d

Please sign in to comment.