Mercurial > emacs
changeset 107133:a0d4034e4be0
(copy-overlay): Damn typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 11 Feb 2010 14:37:11 -0500 |
parents | 6429fc34756a |
children | 8f56cb06f528 2dee04cb649f |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Thu Feb 11 14:35:36 2010 -0500 +++ b/lisp/subr.el Thu Feb 11 14:37:11 2010 -0500 @@ -2239,7 +2239,7 @@ (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)))