* Lance Levsen <l.levsen@printwest.com> writes:
> Anyone know how to quickly add .php3 extension to the C++ mode in
> Xemacs?
Try the following in your .emacs:
(append '(
("\\.php3$" . c++-mode)
)
auto-mode-alist)
HTH,
Colin
--
Colin Marquardt <colin.marquardt@gmx.de>