From 6db9778afa08a378dca0f55dfcfa9b2179f4264c Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sat, 3 Mar 2007 15:29:36 +0000 Subject: Use replace-regexp instead of proof-replace-regexp to clean chars --- generic/proof-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/proof-utils.el b/generic/proof-utils.el index f2b76f48..72996411 100644 --- a/generic/proof-utils.el +++ b/generic/proof-utils.el @@ -467,7 +467,7 @@ Leave point at END." (if (and start end) (narrow-to-region start end)) (goto-char (or start (point-min))) - (proof-replace-regexp pg-special-char-regexp "") + (replace-regexp pg-special-char-regexp "") (goto-char (point-max)))) (defun pg-remove-specials-in-string (string) -- cgit v1.2.3