diff options
| -rw-r--r-- | generic/proof-site.el | 3 |
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. |
