From 28f0b0721d9fb54f713ba518d4fa94dfa565ee1b Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 11 Feb 2010 14:37:11 -0500 Subject: [PATCH] (copy-overlay): Damn typo. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index 3b5d977c1f8..d2363099b7c 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -2239,7 +2239,7 @@ If MESSAGE is nil, instructions to type EXIT-CHAR are displayed there." (overlay-buffer o)) (let ((o1 (make-overlay (point-min) (point-min)))) (delete-overlay o1) - o1)))) + o1))) (props (overlay-properties o))) (while props (overlay-put o1 (pop props) (pop props))) -- 2.39.5