unix-conf/.emacs.d/elpa/php-mode-20151002.2030/php-mode-autoloads.el
2016-02-18 14:53:30 +01:00

45 lines
1.4 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; php-mode-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
;;;### (autoloads nil "php-mode" "php-mode.el" (22209 50804 520017
;;;;;; 0))
;;; Generated autoloads from php-mode.el
(let ((loads (get 'php 'custom-loads))) (if (member '"php-mode" loads) nil (put 'php 'custom-loads (cons '"php-mode" loads))))
(defvar php-extra-constants 'nil "\
A list of additional strings to treat as PHP constants.")
(custom-autoload 'php-extra-constants "php-mode" nil)
(add-to-list 'interpreter-mode-alist (cons "php" 'php-mode))
(autoload 'php-mode "php-mode" "\
Major mode for editing PHP code.
\\{php-mode-map}
\(fn)" t nil)
(dolist (pattern '("\\.php[s345t]?\\'" "\\.phtml\\'" "Amkfile" "\\.amk$")) (add-to-list 'auto-mode-alist `(,pattern . php-mode) t))
;;;***
;;;### (autoloads nil nil ("php-array.el" "php-classobj.el" "php-control-structures.el"
;;;;;; "php-crack.el" "php-dio.el" "php-dom.el" "php-exceptions.el"
;;;;;; "php-exif.el" "php-ext.el" "php-filesystem.el" "php-gd.el"
;;;;;; "php-math.el" "php-mode-pkg.el" "php-pcre.el" "php-regex.el"
;;;;;; "php-simplexml.el" "php-strings.el" "php-var.el" "php-xmlparser.el"
;;;;;; "php-xmlreader.el") (22209 50804 811023 199000))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; php-mode-autoloads.el ends here