summaryrefslogtreecommitdiff
path: root/lisp/subr.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/subr.el')
-rw-r--r--lisp/subr.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 017ab3e16bb..684d511f2f8 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -4770,7 +4770,6 @@ Interactively, prompt for SOURCE.
The replacement is performed using `replace-region-contents'
which also describes the MAX-SECS and MAX-COSTS arguments and the
return value."
- (declare (obsolete replace-region-contents "31.1"))
(interactive "bSource buffer: ")
(replace-region-contents (point-min) (point-max) (get-buffer source)
max-secs max-costs))