]> git.eshelyaron.com Git - emacs.git/commitdiff
(sgml-tags-invisible): Typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 28 Oct 2001 04:12:46 +0000 (04:12 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 28 Oct 2001 04:12:46 +0000 (04:12 +0000)
lisp/textmodes/sgml-mode.el

index 619801ef976971803e78576f6dbb3c3259822565..27ddfe6e481824947fc0a63ad92cabee5124cae0 100644 (file)
@@ -794,7 +794,7 @@ With prefix argument ARG, repeat this ARG times."
            (let ((pos (point-min)))
              (while (< (setq pos (next-overlay-change pos)) (point-max))
                (dolist (ol (overlays-at pos))
-                 (if (overlay-get 'sgml-tag)
+                 (if (overlay-get ol 'sgml-tag)
                      (delete-overlay ol)))))
            (remove-text-properties (point-min) (point-max) '(category nil))))
       (restore-buffer-modified-p modified))