|
From: Steve W. <sw...@pa...> - 2001-08-28 19:07:19
|
On Tue, 28 Aug 2001, Jeff Dairiki wrote:
> (defun my-php-mode-hook-func ()
> (c-set-mode "gnu")
> (setq tab-width 4
> c-basic-offset 4
> c-hanging-comment-ender-p nil
> indent-tabs-mode nil))
>
> (add-hook 'php-mode-hook 'my-php-mode-hook-func)
Success! Except for (c-set-mode "gnu") which causes the error:
File mode specification error: (void-function c-set-mode)
~swain
---
http://www.panix.com/~swain/
"Without music to decorate it, time is just a bunch of boring
production deadlines or dates by which bills must be paid."
-- Frank Zappa
http://pgp.document_type.org:11371/pks/lookup?op=get&search=0xF7323BAC
|