added gharbeia.net to 5_published
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
;;; 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
|
||||
Reference in New Issue
Block a user