diff options
author | Daniel Pfeiffer <occitan@esperanto.org> | 2004-11-10 20:17:34 +0000 |
---|---|---|
committer | Daniel Pfeiffer <occitan@esperanto.org> | 2004-11-10 20:17:34 +0000 |
commit | 507ecaf998ad73f7d15168c91668aa63ca1f20d1 (patch) | |
tree | e59211cc4ed233a5a604a0b2ea3586883ddc8d84 /lisp/textmodes/conf-mode.el | |
parent | c7eb99ce3a21ed7ad1169b85a7f9d4243487e240 (diff) | |
download | emacs-507ecaf998ad73f7d15168c91668aa63ca1f20d1.tar.gz |
Emacs 21.4, not 20.4
Diffstat (limited to 'lisp/textmodes/conf-mode.el')
-rw-r--r-- | lisp/textmodes/conf-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/conf-mode.el b/lisp/textmodes/conf-mode.el index e21bf519ad9..cb692616947 100644 --- a/lisp/textmodes/conf-mode.el +++ b/lisp/textmodes/conf-mode.el @@ -36,7 +36,7 @@ (defgroup conf nil "Configuration files." :group 'data - :version "20.4") + :version "21.4") (defcustom conf-assignment-column 24 "Align assignments to this column by default with \\[conf-align-assignments]. |