From 729eea95c95446f6bb5e3cdc4fe1c59549030d74 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 10 Mar 2000 04:20:04 +0000 Subject: boundp->fboundp. Fix test for proof-shell-process-connection-type. --- generic/proof-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generic') diff --git a/generic/proof-config.el b/generic/proof-config.el index b0b35469..0693fdbf 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -1413,7 +1413,7 @@ to do syntax highlighting with font-lock." (defcustom proof-shell-process-connection-type ;; Use ptys unless it seems like we're on Solaris. Only have ;; a good chance to guess on XEmacs which provides shell-command-to-string - (if (boundp 'shell-command-to-string) + (if (fboundp 'shell-command-to-string) (not (string-match "[sS]un" (shell-command-to-string "uname"))) t) "The value of process-connection-type for the proof shell. -- cgit v1.2.3