aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2008-07-24 07:33:46 +0000
committerDavid Aspinall2008-07-24 07:33:46 +0000
commit8565234ef3339ac09d755cb8178b113f8cdc96a5 (patch)
tree3d7759c3c8a68e9828aae56173eaa12925e624bd
parent556c217aff1e13e26fce335a9d1964d3f58febec (diff)
Load proof-autoloads earlier
-rw-r--r--generic/proof-site.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/proof-site.el b/generic/proof-site.el
index 036e79ff..6c441b63 100644
--- a/generic/proof-site.el
+++ b/generic/proof-site.el
@@ -125,8 +125,9 @@ You can use customize to set this variable."
(add-to-list 'load-path (concat proof-home-directory "generic/"))
(add-to-list 'load-path (concat proof-home-directory "lib/"))
-;; Declare some global variables
+;; Declare some global variables and autoloads
(require 'pg-vars)
+(require 'proof-autoloads)
;; Add the info directory to the Info path
(if ;; NB: proof-info-directory is bogus in RPM distrib.