From 78e7e20afe768d9c5f6b4fbf30a2d7100d46bb2f Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 23 Apr 2011 00:44:45 +0300 Subject: [PATCH] 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. --- src/tools/editors/emacs.samples | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/editors/emacs.samples b/src/tools/editors/emacs.samples index 77a8f3959f..d9cfa2ffd8 100644 --- a/src/tools/editors/emacs.samples +++ b/src/tools/editors/emacs.samples @@ -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) -- 2.11.0