From c250cbc90e5d5d3a6942b3b89d0e7aa8e205cf27 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 8 Nov 1999 14:03:48 +0000 Subject: Copyright messages updated. Autoloads for x-symbol. --- generic/proof.el | 17 +++++++++++++---- 1 file 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 ;;; -- cgit v1.2.3