]> git.eshelyaron.com Git - emacs.git/commitdiff
(copy-overlay): Damn typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 11 Feb 2010 19:37:11 +0000 (14:37 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 11 Feb 2010 19:37:11 +0000 (14:37 -0500)
lisp/subr.el

index 3b5d977c1f88a4bfdac7fe2c292839d698182469..d2363099b7cebd3054de8dc0eaf5027d173278c8 100644 (file)
@@ -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)))