# HG changeset patch # User Dave Love # Date 922975197 0 # Node ID cfdf441b13315ee3c3df09d35da1095ae10f300d # Parent 2bf5c4b2cc5a72615d2a502b9f0c6b17b7cb7c44 Add defgroup :version. diff -r 2bf5c4b2cc5a -r cfdf441b1331 lisp/progmodes/sql.el --- 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 ;; Maintainer: Alex Schroeder -;; 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.