diff lisp/progmodes/sql.el @ 24556:cfdf441b1331

Add defgroup :version.
author Dave Love <fx@gnu.org>
date Thu, 01 Apr 1999 13:59:57 +0000
parents 6a438ef0b573
children 3b18314f27d6
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.