Mercurial > hg > xemacs-beta
diff lisp/psgml/psgml-edit.el @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | ec9a17fef872 |
children | 360340f9fd5f |
line wrap: on
line diff
--- a/lisp/psgml/psgml-edit.el Mon Aug 13 09:00:04 2007 +0200 +++ b/lisp/psgml/psgml-edit.el Mon Aug 13 09:02:59 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.2 1997/03/09 02:37:45 steve Exp $ +;; $Id: psgml-edit.el,v 1.1.1.1 1996/12/18 22:43:36 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 being traversed. + ;; that would mangel the parse tree that is beeing traversed. (push (cons last-pos (sgml-element-start c)) agenda) (goto-char (sgml-element-start c))