aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2001-08-30 14:22:44 +0000
committerDavid Aspinall2001-08-30 14:22:44 +0000
commit9bde5a4c12dd4727ad1730bb3a5c3113ea3d84cb (patch)
tree232d35a113fd6abf19dcbbf78c1446ec7c1e38ec
parentdf153cbe702fb627e639b11ae0a69b4ee325c34e (diff)
Updates for recent version of X-symbol, which has no file called x-symbol-autoloads.
-rw-r--r--generic/proof-x-symbol.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/proof-x-symbol.el b/generic/proof-x-symbol.el
index d4bec8f5..21876ad7 100644
--- a/generic/proof-x-symbol.el
+++ b/generic/proof-x-symbol.el
@@ -27,8 +27,8 @@
(and (fboundp 'console-type) ; FSF Emacs doesn't have this
(eq (console-type) 'x) ; (neither does it have x-symbol)
(condition-case ()
- (require 'x-symbol-autoloads)
- (t (featurep 'x-symbol-autoloads)))))
+ (require 'x-symbol-hooks)
+ (t (featurep 'x-symbol-hooks)))))
(defun proof-x-symbol-initialize (&optional error)
@@ -48,7 +48,7 @@ If ERROR is non-nil, give error on failure, otherwise a warning."
;;
;; First, some checks on x-symbol.
;;
- ((and (not (featurep 'x-symbol-autoloads))
+ ((and (not (featurep 'x-symbol))
(not (proof-try-require 'x-symbol)))
(funcall error-or-warn
"Proof General: x-symbol package must be installed for x-symbol-support!