1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

Add defgroup :version.

This commit is contained in:
Dave Love 1999-04-01 13:59:57 +00:00
parent f49f08ccbc
commit 6629e5ba9e

View file

@ -4,7 +4,7 @@
;; Author: Alex Schroeder <alex@gnu.org> ;; Author: Alex Schroeder <alex@gnu.org>
;; Maintainer: Alex Schroeder <alex@gnu.org> ;; Maintainer: Alex Schroeder <alex@gnu.org>
;; Version: 1.4.1 ;; Version: 1.4.2
;; Keywords: comm languages processes ;; Keywords: comm languages processes
;; This file is part of GNU Emacs. ;; This file is part of GNU Emacs.
@ -119,6 +119,7 @@
(defgroup SQL nil (defgroup SQL nil
"Running a SQL interpreter from within Emacs buffers" "Running a SQL interpreter from within Emacs buffers"
:version "20.4"
:group 'processes) :group 'processes)
;; These three variables will be used as defaults, if set. ;; These three variables will be used as defaults, if set.