aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
authorDavid Aspinall2001-08-01 15:22:16 +0000
committerDavid Aspinall2001-08-01 15:22:16 +0000
commit0f32001385dcba8dccd51e0ad86aaf35d5af07a3 (patch)
tree27196347448c389cd6e9f26e3a6d09172461de87 /generic
parent4344b85fedfbf4efc5ad3c2e386b64c1a763a73c (diff)
Add a dummy version of package-provide for FSFEmacs.
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-compat.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/generic/proof-compat.el b/generic/proof-compat.el
index f4c0ac5e..6bb3b6d6 100644
--- a/generic/proof-compat.el
+++ b/generic/proof-compat.el
@@ -45,6 +45,13 @@ with `path-separator'."
;;; FSF compatibility
;;;
+;; 1.8.01: add a dummy package-provide command so proof-autoloads
+;; is compatible with FSF Emacs.
+(or (fboundp 'package-provide)
+ (defun package-provide (name &rest attributes)
+ "Dummy version of XEmacs function for FSF compatibility."))
+
+
;; completion not autoloaded in FSF 20.6.1; we must call
;; dynamic-completion-mode after loading it.
(or (fboundp 'complete)