aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/PG-adapting.texi15
1 files changed, 1 insertions, 14 deletions
diff --git a/doc/PG-adapting.texi b/doc/PG-adapting.texi
index ac8ad8d4..ee3a75c7 100644
--- a/doc/PG-adapting.texi
+++ b/doc/PG-adapting.texi
@@ -3932,7 +3932,7 @@ Proof General.
@lisp
@c FIXME: MAGIC NEEDED TO INCLUDE FILE VERBATIM
-@c @includeverbatim ../demoisa/demoisa-easy.el
+@c @includeverbatim ../demoisa/demoisa.el
;; demoisa.el Example Proof General instance for Isabelle
;;
;; Copyright (C) 1999 LFCS Edinburgh.
@@ -4076,19 +4076,6 @@ Proof General.
;; add highlighting, or some of the proof by pointing markup
;; configuration for the goals buffer.
-;; The final piece of magic here is a hook which configures settings
-;; to get the proof shell running. Proof General needs to know the
-;; name of the program to run, and the modes for the shell, response,
-;; and goals buffers.
-
-(add-hook 'proof-pre-shell-start-hook 'demoisa-pre-shell-start)
-
-(defun demoisa-pre-shell-start ()
- (setq proof-prog-name isabelledemo-prog-name)
- (setq proof-mode-for-shell 'demoisa-shell-mode)
- (setq proof-mode-for-response 'demoisa-response-mode)
- (setq proof-mode-for-goals 'demoisa-goals-mode))
-
(provide 'demoisa)
@end lisp