aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/pg-response.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-16 21:43:48 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-16 21:43:48 +0000
commite3e203869d5e25fab4809d53c3938f067b3a94db (patch)
treeafd60fddf5d0a549876fd4fe0247986c294d213f /generic/pg-response.el
parent72f240e63eb57755e618613cad4bb7edbe951a26 (diff)
Reduce compiler warnings. Minor fixes.
Diffstat (limited to 'generic/pg-response.el')
-rw-r--r--generic/pg-response.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/pg-response.el b/generic/pg-response.el
index ee5bb9ba..b34b6b7a 100644
--- a/generic/pg-response.el
+++ b/generic/pg-response.el
@@ -306,6 +306,7 @@ Returns non-nil if response buffer was cleared."
;; TODO: this function should be combined with
;; pg-response-maybe-erase-buffer.
+;;;###autoload
(defun pg-response-display-with-face (str &optional face)
"Display STR with FACE in response buffer."
(cond
@@ -488,7 +489,7 @@ We fontify the output only if we're not too busy to do so."
(newline))
;; If tracing output is prolific, we try to avoid
;; fontifying every chunk and batch it up instead.
- (unless pg-tracing-slow-mode ; defined in proof-shell.el
+ (unless pg-tracing-slow-mode
(let ((fontifystart (proof-trace-fontify-pos)))
;; Catch errors here: this is to deal with ugly problem when
;; fontification of large output gives error Nesting too deep