Mercurial > emacs
changeset 24556:cfdf441b1331
Add defgroup :version.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 01 Apr 1999 13:59:57 +0000 |
parents | 2bf5c4b2cc5a |
children | 7bc142e9e59f |
files | lisp/progmodes/sql.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/sql.el Wed Mar 31 20:20:32 1999 +0000 +++ b/lisp/progmodes/sql.el Thu Apr 01 13:59:57 1999 +0000 @@ -4,7 +4,7 @@ ;; Author: Alex Schroeder <alex@gnu.org> ;; Maintainer: Alex Schroeder <alex@gnu.org> -;; Version: 1.4.1 +;; Version: 1.4.2 ;; Keywords: comm languages processes ;; This file is part of GNU Emacs. @@ -119,6 +119,7 @@ (defgroup SQL nil "Running a SQL interpreter from within Emacs buffers" + :version "20.4" :group 'processes) ;; These three variables will be used as defaults, if set.