Small update to emacs example configuration

Since both tarballs and git now result in a "postgresql" directory
rather than a "pgsql" directory, adjust the example configuration to
look for the former.
This commit is contained in:
Peter Eisentraut 2011-04-23 00:44:45 +03:00
parent 415f5e1259
commit 78e7e20afe

View File

@ -67,7 +67,7 @@
(add-hook 'c-mode-hook
(function
(lambda nil
(if (string-match "pgsql" buffer-file-name)
(if (string-match "postgresql" buffer-file-name)
(progn
(c-set-style "bsd")
(setq c-basic-offset 4)