bd2ea9113b
Tue Aug 06 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-15 - Don't use canna by default (# 70870) Thu Aug 01 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-14 - Fixes to desktop file (add encoding, add missing a ";") - Update s390 patch Wed Jul 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-13 - rpm -> rpmbuild for rpmspec mode (#68185) Mon Jul 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-12 - desktop file changes (#69385) Mon Jul 08 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-11 - Fix php-mode to not initialize on e.g. foophp.c (#67592) Thu Jun 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-10 - Downgrade po-mode Fri Jun 21 2002 Tim Powers <timp@redhat.com> - automated rebuild Mon Jun 17 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-8 - #66808 Wed May 29 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-7 - Rebuild Mon May 20 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-6 - Prereq dev Thu May 16 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-5 - Update the elisp manual and po-mode Tue May 07 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-4 - php-mode 1.0.2 Thu Apr 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-3 - Update po-mode to the one from gettext 0.11.1
7 lines
218 B
EmacsLisp
7 lines
218 B
EmacsLisp
;; Use php-mode for .php,.php3,.php4 and .phtml files
|
|
|
|
(autoload 'php-mode "php-mode")
|
|
(setq auto-mode-alist (cons '("\\.php[34]\\'\\|\\.php\\'\\|\\.phtml\\'" . php-mode)
|
|
auto-mode-alist))
|
|
|