diff options
| author | David Aspinall | 2004-03-01 01:51:14 +0000 |
|---|---|---|
| committer | David Aspinall | 2004-03-01 01:51:14 +0000 |
| commit | dbe77f94a47591650b4a8a14d6b678e45bb1df19 (patch) | |
| tree | 2306b865674d3ec2f6a96cd0082664ab064461a1 /generic/span-overlay.el | |
| parent | e4a7ce520bf291229b07a3a07f5cc2a026565b4a (diff) | |
Fix buglets shown up by byte compilation.
Diffstat (limited to 'generic/span-overlay.el')
| -rw-r--r-- | generic/span-overlay.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/span-overlay.el b/generic/span-overlay.el index 1e910baa..08da16b3 100644 --- a/generic/span-overlay.el +++ b/generic/span-overlay.el @@ -285,7 +285,7 @@ A span is before PT if it covers the character before PT." (1+ start) (point-max))) (resstart (1+ (point-max))) - spanres newres) + spanres) ;; overlays are returned in an unspecified order; we ;; must search whole list for a closest-next one. (dolist (newres nextos spanres) |
