diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-05-12 17:30:42 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-05-12 17:30:42 +0000 |
commit | 89e7ad59461ab7c95c02c3972982a8058b0c1423 (patch) | |
tree | 6527e3f6a0ef605de8ddaea553c304847428d714 /lisp/textmodes/sgml-mode.el | |
parent | 1e0c9c187093f035410ff72c7a37394a829be164 (diff) | |
download | emacs-89e7ad59461ab7c95c02c3972982a8058b0c1423.tar.gz |
Change all post-21.1 :version attributes to 21.4.
Diffstat (limited to 'lisp/textmodes/sgml-mode.el')
-rw-r--r-- | lisp/textmodes/sgml-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index bbe63611c6d..b7b2eecfe64 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -339,7 +339,7 @@ If this variable is customized, the custom value is used always. Otherwise, it is set to be buffer-local when the file has a DOCTYPE or an XML declaration." :type 'boolean - :version "21.2" + :version "21.4" :group 'sgml) (defvar sgml-empty-tags nil |