aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-utils.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-08 12:51:12 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-08 12:51:12 +0000
commite56e50e8e4cade271cae6f34cc6858d5146b0216 (patch)
tree59a9f113ba9784d77b58d4218a53800fe68adade /generic/proof-utils.el
parent9a84955c7d121c6250aa09c6b005e28907757b2c (diff)
Require on scomint
Diffstat (limited to 'generic/proof-utils.el')
-rw-r--r--generic/proof-utils.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/proof-utils.el b/generic/proof-utils.el
index 818242f4..ef068a5b 100644
--- a/generic/proof-utils.el
+++ b/generic/proof-utils.el
@@ -1,6 +1,6 @@
;; proof-utils.el --- Proof General utility functions and macros
;;
-;; Copyright (C) 1998-2002 LFCS Edinburgh.
+;; Copyright (C) 1998-2002, 2009 LFCS Edinburgh.
;; Author: David Aspinall <David.Aspinall@ed.ac.uk> and others
;; License: GPL (GNU GENERAL PUBLIC LICENSE)
;;
@@ -15,6 +15,7 @@
;;
(require 'proof-site) ; basic vars
+(require 'scomint) ; scomint-check-proc
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;