Mercurial > hg > xemacs-beta
diff lisp/psgml/psgml-edit.el @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:18:39 +0200 |
parents | 131b0175ea99 |
children |
line wrap: on
line diff
--- a/lisp/psgml/psgml-edit.el Mon Aug 13 09:17:27 2007 +0200 +++ b/lisp/psgml/psgml-edit.el Mon Aug 13 09:18:39 2007 +0200 @@ -1,6 +1,6 @@ ;;; psgml-edit.el --- Editing commands for SGML-mode with parsing support ;;-*-byte-compile-warnings:(free-vars unused-vars unresolved callargs redefine)-*- -;; $Id: psgml-edit.el,v 1.1.1.1 1996/12/18 22:43:36 steve Exp $ +;; $Id: psgml-edit.el,v 1.2 1997/03/08 23:26:53 steve Exp $ ;; Copyright (C) 1994, 1995, 1996 Lennart Staflin @@ -1083,7 +1083,7 @@ ((sgml-element-mixed c)) (t ;; Put region before element on agenda. Can't fill it now - ;; that would mangel the parse tree that is beeing traversed. + ;; that would mangel the parse tree that is being traversed. (push (cons last-pos (sgml-element-start c)) agenda) (goto-char (sgml-element-start c))