aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-utils.el2
1 files changed, 1 insertions, 1 deletions
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)