]> git.eshelyaron.com Git - emacs.git/commitdiff
Add defgroup :version.
authorDave Love <fx@gnu.org>
Thu, 1 Apr 1999 13:59:57 +0000 (13:59 +0000)
committerDave Love <fx@gnu.org>
Thu, 1 Apr 1999 13:59:57 +0000 (13:59 +0000)
lisp/progmodes/sql.el

index 03b03b6a61d5d2a58709d68b3e6ce81773a48294..d16e9fb1f290d3380371b8f7d98574baadeb3728 100644 (file)
@@ -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.
 
 (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.