Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > df2986692526181146f5d9f56ce13585 > files > 17

emacs-23.3-11.fc16.src.rpm

;; Use php-mode for .php,.php3,.php4 and .phtml files

(autoload 'php-mode "php-mode" "Major mode for editing PHP code." t)

(add-to-list 'auto-mode-alist
	     '("\\.php[34]\\'\\|\\.php\\'\\|\\.phtml\\'" . php-mode))