aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--generic/pg-pgip.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/pg-pgip.el b/generic/pg-pgip.el
index 0c60ddd2..a32500fe 100644
--- a/generic/pg-pgip.el
+++ b/generic/pg-pgip.el
@@ -1,4 +1,4 @@
-;; pg-pgip.el --- Functions for g PGIP for Proof General
+;; pg-pgip.el --- PGIP manipulation for Proof General
;;
;; Copyright (C) 2000-2002 LFCS Edinburgh.
;; Author: David Aspinall <David.Aspinall@ed.ac.uk>
@@ -343,8 +343,8 @@ Return a symbol representing the PGIP command processed, or nil."
(defun pg-pgip-process-informfileretracted (node)
(let* ((thyname (pg-pgip-get-thyname node))
- (url (pg-pgip-get-url node))
- (filename (pg-pgip-get-url-filename url)))
+ (url (pg-pgip-get-url node))
+ (filename (pg-pgip-file-of-url url)))
;(proof-unregister-possibly-processed-file filename))) ;; unimplemented!
))