diff options
Diffstat (limited to 'generic')
| -rw-r--r-- | generic/pg-response.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/pg-response.el b/generic/pg-response.el index 3de3ae3c..731552fb 100644 --- a/generic/pg-response.el +++ b/generic/pg-response.el @@ -277,7 +277,7 @@ and start at the first error." (if (and column (> column 1)) (move-to-column (1- column))))) (setq pg-response-next-error nil) - (error "proof-next-error: couldn't find next error."))))) + (error "proof-next-error: couldn't find a next error."))))) |
