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.
 
 

36 lines
804 B

;;; php-mode-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
;;;### (autoloads (php-mode php-file-patterns) "php-mode" "php-mode.el"
;;;;;; (21154 21303 0 0))
;;; Generated autoloads from php-mode.el
(defvar php-file-patterns '("\\.php[s34]?\\'" "\\.phtml\\'" "\\.inc\\'") "\
List of file patterns for which to automatically invoke `php-mode'.")
(custom-autoload 'php-file-patterns "php-mode" nil)
(autoload 'php-mode "php-mode" "\
Major mode for editing PHP code.
\\{php-mode-map}
\(fn)" t nil)
;;;***
;;;### (autoloads nil nil ("php-mode-pkg.el") (21154 21303 508318
;;;;;; 0))
;;;***
(provide 'php-mode-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; php-mode-autoloads.el ends here