# HG changeset patch # User Mike Williams # Date 1017663295 0 # Node ID cc29df7efbe89c0f257cd1b494de8c41cfae523f # Parent 52b704431b5d0fda0dff1fcdda5742b6cf514092 Add deprecation notice. diff -r 52b704431b5d -r cc29df7efbe8 lisp/textmodes/xml-lite.el --- a/lisp/textmodes/xml-lite.el Mon Apr 01 12:10:53 2002 +0000 +++ b/lisp/textmodes/xml-lite.el Mon Apr 01 12:14:55 2002 +0000 @@ -37,6 +37,10 @@ ;; Jens Schmidt ;; for his feedback and suggestions +;; PLEASE NOTE! +;; xml-lite is on it's way out, as functionality is merged into +;; sgml-mode. + ;;; Code: (eval-when-compile (require 'cl))