From: Stig Bakken Date: Fri, 16 Aug 2002 10:12:17 +0000 (+0000) Subject: * append emacs footer X-Git-Tag: php-4.3.0dev_zend2_alpha3~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a41ced0d76ccb6623d929e4d48f00c9f144cd66;p=php * append emacs footer --- diff --git a/Zend/zend.c b/Zend/zend.c index 0eac84f3cd..1940aea4e4 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -904,3 +904,11 @@ void free_estring(char **str_p) { efree(*str_p); } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */