From: Stefan Monnier Date: Thu, 11 Feb 2010 19:37:11 +0000 (-0500) Subject: (copy-overlay): Damn typo. X-Git-Tag: emacs-pretest-23.1.93~70 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=28f0b0721d9fb54f713ba518d4fa94dfa565ee1b;p=emacs.git (copy-overlay): Damn typo. --- 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)))