aboutsummaryrefslogtreecommitdiff
path: root/generic/span-overlay.el
diff options
context:
space:
mode:
authorDavid Aspinall2004-03-02 22:41:21 +0000
committerDavid Aspinall2004-03-02 22:41:21 +0000
commitb701394d956834f77db664cfec0c4c168c898416 (patch)
tree5c9f72d8e60fb06216552b8f06822a80a341c6cf /generic/span-overlay.el
parent5cb4c31ef95dae7ad9bc0cf0d33f9e9b6c4e6e04 (diff)
Fix a few compiler warnings
Diffstat (limited to 'generic/span-overlay.el')
-rw-r--r--generic/span-overlay.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/span-overlay.el b/generic/span-overlay.el
index 08da16b3..36a04458 100644
--- a/generic/span-overlay.el
+++ b/generic/span-overlay.el
@@ -347,7 +347,7 @@ Behaviour is still worse than before."
(fold-spans-aux f (span-property l 'before) FROM MAPARGS)))
(t ())))
-(defun fold-spans (f &optional BUFFER FROM TO DUMMY1 DUMMY2 DUMMY3)
+(defun fold-spans (f &optional BUFFER FROM TO DUMMY1 DUMMY2 DUMMY3 DUMMY4)
(save-excursion
(set-buffer (or BUFFER (current-buffer)))
(car (or (last (fold-spans-aux f before-list FROM))))