]> git.eshelyaron.com Git - emacs.git/commitdiff
(outline-discard-overlays): Missing paren.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 23 Nov 2000 00:41:42 +0000 (00:41 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 23 Nov 2000 00:41:42 +0000 (00:41 +0000)
lisp/textmodes/outline.el

index ed6f09864ac4ae10b949901e8efbf190a219c7a3..e34ab7e154d9375c853eadef7b10e5da85060831 100644 (file)
@@ -426,7 +426,7 @@ If FLAG is nil then text is shown, while if FLAG is t the text is hidden."
                (move-overlay o (overlay-start o) beg))
            (if (> (overlay-end o) end)
                (move-overlay o end (overlay-end o))
-             (delete-overlay o))))))))
+             (delete-overlay o)))))))
 
 ;; Make a copy of overlay O, with the same beginning, end and properties.
 (defun outline-copy-overlay (o)