Files
memex/0_inbox/Scrivener_Emacs_Vim/elpa/php-mode-20150825.2218/php-mode-autoloads.el

40 lines
1.0 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" (22002 23712 0 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-mode-pkg.el") (22002 23712 393000
;;;;;; 0))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; php-mode-autoloads.el ends here