aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-08 14:03:48 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-08 14:03:48 +0000
commitc250cbc90e5d5d3a6942b3b89d0e7aa8e205cf27 (patch)
tree64c87bc5b17aa0b13e9b628993c14fe9f429a028
parent3c82475eba1fb05a8b679ad2e459b8df8c0d5e9f (diff)
Copyright messages updated. Autoloads for x-symbol.
-rw-r--r--generic/proof.el17
1 files changed, 13 insertions, 4 deletions
diff --git a/generic/proof.el b/generic/proof.el
index ff25563e..c9ed9a1a 100644
--- a/generic/proof.el
+++ b/generic/proof.el
@@ -1,6 +1,6 @@
;; proof.el Proof General loader. All files require this one.
;;
-;; Copyright (C) 1994 - 1998 LFCS Edinburgh.
+;; Copyright (C) 1998,9 LFCS Edinburgh.
;; Authors: David Aspinall, Yves Bertot, Healfdene Goguen,
;; Thomas Kleymann and Dilip Sequeira
;;
@@ -25,9 +25,7 @@
(require 'proof-config) ; configuration variables
-(require 'proof-splash) ; splash screen
-
-(require 'proof-x-symbol) ; support for x-symbol
+(require 'proof-splash) ; display splash screen
;;;
;;; Emacs libraries
@@ -73,6 +71,17 @@
(autoload 'proof-shell-invisible-command "proof-shell"
"Send CMD to the proof process without revealing it to the user.")
+(autoload 'proof-x-symbol-toggle "proof-x-symbol"
+ "Toggle support for x-symbol. With optional ARG, force on if ARG<>0."
+ t)
+
+(autoload 'proof-x-symbol-decode-region "proof-x-symbol"
+ "Call (x-symbol-decode-region START END), if x-symbol support is enabled.")
+
+(autoload 'proof-x-symbol-mode-all-buffers "proof-x-symbol"
+ "Activate/deactivate x-symbol in Proof General shell, goals, and response buffer.")
+
+
;;;
;;; Global variables
;;;