mirror of https://github.com/postgres/postgres
Revert undesired FAQ_DEV change.
This commit is contained in:
parent
262a7bc14c
commit
12e4660574
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue