aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorMike Williams2002-04-01 12:14:55 +0000
committerMike Williams2002-04-01 12:14:55 +0000
commit08116853cff11e264c029e1433484d1b35f429d7 (patch)
tree7424bfd58212b24dc810b4081573016b3e07bd98 /lisp/textmodes
parenta978da56776d422f21d060b37083f39797f62c5f (diff)
downloademacs-08116853cff11e264c029e1433484d1b35f429d7.tar.gz
emacs-08116853cff11e264c029e1433484d1b35f429d7.zip
Add deprecation notice.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/xml-lite.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/textmodes/xml-lite.el b/lisp/textmodes/xml-lite.el
index c4f9fc7f846..129c305404e 100644
--- a/lisp/textmodes/xml-lite.el
+++ b/lisp/textmodes/xml-lite.el
@@ -37,6 +37,10 @@
37;; Jens Schmidt <Jens.Schmidt@oracle.com> 37;; Jens Schmidt <Jens.Schmidt@oracle.com>
38;; for his feedback and suggestions 38;; for his feedback and suggestions
39 39
40;; PLEASE NOTE!
41;; xml-lite is on it's way out, as functionality is merged into
42;; sgml-mode.
43
40;;; Code: 44;;; Code:
41 45
42(eval-when-compile (require 'cl)) 46(eval-when-compile (require 'cl))