Mercurial > emacs
changeset 40393:591afd36f0b3
(sgml-tags-invisible): Typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 28 Oct 2001 04:12:46 +0000 |
parents | e4b72489cdc4 |
children | b2fcb3933879 |
files | lisp/textmodes/sgml-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/sgml-mode.el Sun Oct 28 04:10:40 2001 +0000 +++ b/lisp/textmodes/sgml-mode.el Sun Oct 28 04:12:46 2001 +0000 @@ -794,7 +794,7 @@ (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))