Revert undesired FAQ_DEV change.

This commit is contained in:
Bruce Momjian 2006-08-11 20:16:50 +00:00
parent 262a7bc14c
commit 12e4660574
1 changed files with 2 additions and 9 deletions

View File

@ -13,7 +13,7 @@
<H1>Developer's Frequently Asked Questions (FAQ) for
PostgreSQL</H1>
<P>Last updated: Fri Aug 11 15:34:12 EDT 2006</P>
<P>Last updated: Fri Aug 11 15:15:40 EDT 2006</P>
<P>Current maintainer: Bruce Momjian (<A href=
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
@ -374,14 +374,7 @@
or
(add-hook 'c-mode-hook
(function
(lambda nil
(if (string-match "pgsql" buffer-file-name)
(progn
(c-set-style "bsd")
(setq c-basic-offset 4)
(setq tab-width (c-add-style "pgsql"
(c-add-style "pgsql"
'("bsd"
(indent-tabs-mode . t)
(c-basic-offset . 4)