You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

37 lines
1.2 KiB

;;; flymake-jslint-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
;;;### (autoloads nil "flymake-jslint" "flymake-jslint.el" (21806
;;;;;; 34593 0 0))
;;; Generated autoloads from flymake-jslint.el
(defvar flymake-jslint-detect-trailing-comma t "\
Whether or not to report warnings about trailing commas.")
(custom-autoload 'flymake-jslint-detect-trailing-comma "flymake-jslint" t)
(defvar flymake-jslint-command (if (executable-find "jsl") "jsl" "jslint") "\
Name (and optionally full path) of jslint executable.")
(custom-autoload 'flymake-jslint-command "flymake-jslint" t)
(defvar flymake-jslint-args (unless (string-equal "jsl" flymake-jslint-command) (mapcar 'symbol-name '(--white --undef --nomen --regexp --plusplus --bitwise --newcap --sloppy --vars --eqeq))) "\
Command-line args for jslint executable.")
(custom-autoload 'flymake-jslint-args "flymake-jslint" t)
(autoload 'flymake-jslint-load "flymake-jslint" "\
Configure flymake mode to check the current buffer's javascript syntax.
\(fn)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; flymake-jslint-autoloads.el ends here