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.
		
		
		
		
		
			
	
	
		
	
		
			
				
				
					
						
						
						
							|  |  | ;;; coffee-mode-autoloads.el --- automatically extracted autoloads | 
						
						
						
							|  |  | ;; | 
						
						
						
							|  |  | ;;; Code: | 
						
						
						
							|  |  | (add-to-list 'load-path (or (file-name-directory #$) (car load-path))) | 
						
						
						
							|  |  |  | 
						
						
						
							|  |  | ;;;### (autoloads nil "coffee-mode" "coffee-mode.el" (22059 7732 | 
						
						
						
							|  |  | ;;;;;;  93350 790000)) | 
						
						
						
							|  |  | ;;; Generated autoloads from coffee-mode.el | 
						
						
						
							|  |  |  | 
						
						
						
							|  |  | (autoload 'coffee-mode "coffee-mode" "\ | 
						
						
						
							|  |  | Major mode for editing CoffeeScript. | 
						
						
						
							|  |  |  | 
						
						
						
							|  |  | \(fn)" t nil) | 
						
						
						
							|  |  |  | 
						
						
						
							|  |  | (add-to-list 'auto-mode-alist '("\\.coffee\\'" . coffee-mode)) | 
						
						
						
							|  |  |  | 
						
						
						
							|  |  | (add-to-list 'auto-mode-alist '("\\.iced\\'" . coffee-mode)) | 
						
						
						
							|  |  |  | 
						
						
						
							|  |  | (add-to-list 'auto-mode-alist '("Cakefile\\'" . coffee-mode)) | 
						
						
						
							|  |  |  | 
						
						
						
							|  |  | (add-to-list 'auto-mode-alist '("\\.cson\\'" . coffee-mode)) | 
						
						
						
							|  |  |  | 
						
						
						
							|  |  | (add-to-list 'interpreter-mode-alist '("coffee" . coffee-mode)) | 
						
						
						
							|  |  |  | 
						
						
						
							|  |  | ;;;*** | 
						
						
						
							|  |  |  | 
						
						
						
							|  |  | ;; Local Variables: | 
						
						
						
							|  |  | ;; version-control: never | 
						
						
						
							|  |  | ;; no-byte-compile: t | 
						
						
						
							|  |  | ;; no-update-autoloads: t | 
						
						
						
							|  |  | ;; End: | 
						
						
						
							|  |  | ;;; coffee-mode-autoloads.el ends here
 | 
						
						
						
							|  |  | 
 |